-
Notifications
You must be signed in to change notification settings - Fork 25
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
Docker run fails to start container #1
Comments
Hi @mblau-leaffilter,
The docker command mounts the full path to the The |
Hi @ned1313 I can confirm that my file tree looks like: |
It may have something to do with permissions. Here's what my file permissions look like in WSL:
What OS are you running on? |
Hey @ned1313 I am using Ubuntu Bungie 20.04. This is what my permissions look like in the certs directory
And this is the permissions in server1/certs:
|
Seems like that may be the issue. Try running:
To update permissions on the certs directory. I'm guess that the user the docker daemon is running under doesn't have permission to read the vault_key.key. |
Hey @ned1313 to match your permissions I had to set 0777 on the directory, which works, but seems problematic in that it is world writeable. So I would ideally like to scope down to less than that. |
Hello,
I am following along with your Pluralsight course and no matter what I do I cannot get the docker container to run. I have even cloned the repo and went through the commands in the run-vault.sh as well as running the script itself. Every time I get this in the docker logs:
How can I fix this issue?
The text was updated successfully, but these errors were encountered: