Browse code

Merge pull request #7185 from thaJeztah/patch-1

Fix incorrect path in ENTRYPOINT example

Sven Dowideit authored on 2014/07/25 16:06:29
Showing 1 changed files
... ...
@@ -409,7 +409,7 @@ optional but default, you could use a `CMD` instruction:
409 409
 
410 410
     FROM ubuntu
411 411
     CMD ["-l"]
412
-    ENTRYPOINT ["/usr/bin/ls"]
412
+    ENTRYPOINT ["ls"]
413 413
 
414 414
 > **Note**:
415 415
 > It is preferable to use the JSON array format for specifying