Ver Fonte

Merge pull request #7185 from thaJeztah/patch-1

Fix incorrect path in ENTRYPOINT example
Sven Dowideit há 11 anos atrás
pai
commit
ff28b0b919
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/sources/reference/builder.md

+ 1 - 1
docs/sources/reference/builder.md

@@ -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