-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get password after starting / initializing the docker container #50
Comments
There are 2 ways to do this. The first is to stop the container and start an interactive container and the second is to kill the relevant processes and start afresh. First method (recommended)
Second method
|
Hi! First of all thanks for the awesome image, it's so great that the bridge generated password persists across container restarts! I too would love to have a way to interact with the console every now and then. However, I find it a bit unhandy to having to stop the container, run it with init, stop and remove again and restart the bridge. Isn't there a way to attach to the running bridge service? I suppose the difficulty arises from the Cheers |
Hi,
I want to add a new client to the protonmail-bridge container, however I don't know the password.
How do I get back into the protonmail-cli and fetch my account info?
The text was updated successfully, but these errors were encountered: