Closed
Description
File: engine/reference/commandline/exec.md
This page should mention that the run
command runs from the last WORKDIR specified.
Also, chained/quoted shell does not work:
docker run --rm toto "cd /foobar && touch me" fails...
File: engine/reference/commandline/exec.md
This page should mention that the run
command runs from the last WORKDIR specified.
Also, chained/quoted shell does not work:
docker run --rm toto "cd /foobar && touch me" fails...