1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7185 from thaJeztah/patch-1

Fix incorrect path in ENTRYPOINT example
This commit is contained in:
Sven Dowideit 2014-07-25 17:06:29 +10:00
commit ff28b0b919

View file

@ -409,7 +409,7 @@ optional but default, you could use a `CMD` instruction:
FROM ubuntu
CMD ["-l"]
ENTRYPOINT ["/usr/bin/ls"]
ENTRYPOINT ["ls"]
> **Note**:
> It is preferable to use the JSON array format for specifying