diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-05-03 08:59:19 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-03 13:12:46 +0000 |
commit | fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3 (patch) | |
tree | e2a140a0493f23a8e3a1a6cfff04a826ef9fe12e /docs | |
parent | e6ec1aaffe791a265ca7716813de47dacc4b70e8 (diff) | |
download | podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.tar.gz podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.tar.bz2 podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.zip |
Make podman commit to localhost rather then docker.io
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #715
Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-commit.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index e4f6a4453..499f16015 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -17,6 +17,8 @@ committed. This minimizes the likelihood of data corruption when creating the ne image. If this is not desired, the **--pause** flag can be set to false. When the commit is complete, podman will print out the ID of the new image. +If *imageName* does not begin with a registry name component, *localhost* will be added to the name. + ## OPTIONS **--author, -a** |