From fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 3 May 2018 08:59:19 -0400 Subject: Make podman commit to localhost rather then docker.io Signed-off-by: Daniel J Walsh Closes: #715 Approved by: mheon --- docs/podman-commit.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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** -- cgit v1.2.3-54-g00ecf