Lesson 18 Docker Error response from daemon: create $PWD: #5371
Nlferu
started this conversation in
Show and tell
Replies: 1 comment
-
@Neftyr Thanks for sharing, it would be helpful for windows users! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
If someone has encountered below error he is probably using windows instead of mac:
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.
To fix it and get docker running simply update your
package.json
into below:Beta Was this translation helpful? Give feedback.
All reactions