Philipp Steinwender
1 min readDec 22, 2015

--

Hi,

very helpful!

The last command to mount a volume failed with the error:

System error: exec: “-v”: executable file not found in $PATH

It should be:

$ docker run -p 8080:80 -v /Users/dan/site:/var/www/site -d mysite

The command takes not options after the image name:

docker run [OPTIONS] IMAGE [COMMAND] [ARG…]

--

--

No responses yet