- Notifications
You must be signed in to change notification settings - Fork1.6k
Error while running docker exec -it shopping-mongo /bin/bash cmd#21
-
Hi, I am trying to run the below command, and it's giving the below error. do I need to Install the bash, if yes please let me know how to proceed further? I m using visual studio 2019 and windows 10 64 bit os. docker exec -it shopping-mongo /bin/bash Error: PS C:\Users\xxxx\source\repos\MicroSerivces\src> docker exec -it shopping-mongo /bin/bash |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Docker images should be linux image, could you please check your docker containers are linux based ? https://stackoverflow.com/questions/57453478/docker-run-gives-createprocess-failure-in-a-windows-system-call-the-system-ca |
BetaWas this translation helpful?Give feedback.