summaryrefslogtreecommitdiff
path: root/docs/podman-create.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r--docs/podman-create.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index b796717ae..b396fb6b5 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -213,7 +213,7 @@ Set custom DNS options
Set custom DNS search domains (Use --dns-search=. if you don't wish to set the search domain)
-**--entrypoint**=""
+**--entrypoint** *"command"* | *'["command", "arg1", ...]'*
Overwrite the default ENTRYPOINT of the image
@@ -228,6 +228,8 @@ something else inside the container, so you can override the default ENTRYPOINT
at runtime by using a **--entrypoint** and a string to specify the new
ENTRYPOINT.
+You need to specify multi option commands in the form of a json string.
+
**-e**, **--env**=[]
Set environment variables