You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: Error response from daemon: create pwd: "pwd" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
#35
Open
marcojr opened this issue
Apr 15, 2020
· 4 comments
If you're using windows 10, it should look something like C:\Users\your-user-name-goes-here\.................\cocorico, which points to the cocorico github repository you cloned from here.
For me solution is to use sudo docker run -d -p 8080:80 -v $(pwd)/public:/var/www/html ra-test
instead of sudo docker run -d -p 8080:80 --mount source=/home/tiredfingers/projects/ra-ci4/app,target=/var/www/html ra-test
Just insatalled the docker image, but when I try to run it using the command on the documentation:
docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v
pwd
:/cocorico -vpwd
/tmp/mysql:/var/lib/mysql -vpwd
/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocoricoit fails.
I am running docker in a windows 10 desktop.
The text was updated successfully, but these errors were encountered: