mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #7185 from thaJeztah/patch-1
Fix incorrect path in ENTRYPOINT example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user