I'm having trouble with running
`docker `exec -t sandbox /bin/sh -c 'echo "127.0.0.1 sandbox" >> /etc/hosts'
in windows docker. I keep getting the following error:
"The system cannot find the path specified"
Does anyone know why I am getting the error?
instead of docker exec -it [containerid] /bin/sh
try to use docker exec -it [containerid] //bin//sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With