summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-08-27 11:22:28 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-28 14:29:12 +0000
commit1a90b2fd363bec5f9b57c1cd829ceb5890270f8c (patch)
tree7a043c8e78f02dc7ca5946a6670e1045c2e6c9f9 /docs
parent9e315518aa52c8cb80b2fae3bd48f6e52e6d0fc0 (diff)
downloadpodman-1a90b2fd363bec5f9b57c1cd829ceb5890270f8c.tar.gz
podman-1a90b2fd363bec5f9b57c1cd829ceb5890270f8c.tar.bz2
podman-1a90b2fd363bec5f9b57c1cd829ceb5890270f8c.zip
allow specification of entrypoint in the form of a slice
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1352 Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md4
-rw-r--r--docs/podman-run.1.md4
2 files changed, 6 insertions, 2 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
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 8bd263f58..482ca1b32 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -217,7 +217,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
@@ -233,6 +233,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