-
Notifications
You must be signed in to change notification settings - Fork 29
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
Permission error #14
Comments
Hi @eleijonmarck, Thanks for raising this issue. Can you please share your OS and Docker version to look into it. |
Ubuntu 20.04 ❯ docker version
Client: Docker Engine - Community
Version: 19.03.8
API version: 1.40
Go version: go1.12.17
Git commit: afacb8b7f0
Built: Wed Mar 11 01:25:55 2020
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.8
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: afacb8b7f0
Built: Wed Mar 11 01:24:26 2020
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
|
Hi @eleijonmarck, I pushed a bugfix version, can you please give a test and let me know. Below is the command to test with the bugfix version.
|
it gave me this
|
I encountered the same problem - seems like the typical permissions issue with Docker bind-mounted volumes. The directory
|
If you are using podman you can map the user in the container to the one on the host using:
Not sure if Docker has the same implementation (syntax) |
I am running from docker.
But I am getting permission error:
The text was updated successfully, but these errors were encountered: