DEV Community

Discussion on: Learn Docker - from the beginning, part II volumes

Collapse
 
heet1996 profile image
Heet Shah • Edited

Hi All,

I don't know why but I am facing some issues when I run below script:

docker run -d -p 3000:3000 --name my-container --volume "%cd%":/app/usr 5b17ceeeae0b

Please refer image for error.

dev-to-uploads.s3.amazonaws.com/i/...

Thank You.