mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2026-04-26 07:36:00 +03:00
[GH-ISSUE #32] Docker container can't restore default password #25
Labels
No labels
bug
bug
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Pritunl-Fake-API#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @namen3645 on GitHub (Oct 15, 2023).
Original GitHub issue: https://github.com/simonmicro/Pritunl-Fake-API/issues/32
root@vultr:~/Pritunl-Fake-API-master/docker# docker exec -it docker_pritunl_1 bash pritunl default-password
/usr/bin/pritunl: line 3: import: command not found
/usr/bin/pritunl: line 4: import: command not found
/usr/bin/pritunl: line 7: requires: command not found
/usr/bin/pritunl: line 9: try:: command not found
/usr/bin/pritunl: line 10: from: command not found
/usr/bin/pritunl: line 11: except: command not found
/usr/bin/pritunl: line 12: try:: command not found
/usr/bin/pritunl: line 13: from: command not found
/usr/bin/pritunl: line 14: except: command not found
/usr/bin/pritunl: line 15: from: command not found
/usr/bin/pritunl: pritunl: line 18: syntax error near unexpected token
(' /usr/bin/pritunl: pritunl: line 18:def importlib_load_entry_point(spec, group, name):'@simonmicro commented on GitHub (Oct 15, 2023):
You need to overwrite the entrypoint (
--entrypoint), because the original creator did not only set the command.This is due to this API using not the official container (as it did not exist back then), but instead one from the community.