summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorumohnani8 <umohnani@redhat.com>2017-12-06 14:09:51 -0500
committerumohnani8 <umohnani@redhat.com>2017-12-11 12:07:54 -0500
commit622d5e3b9a09a41f4367d8e038621e3fcbf5c7c7 (patch)
tree2ad27b4463658539257233963ae6a9c7dc38c168 /docs
parent12682aa475db17d99eb0cfc5efad20e1b9f3685f (diff)
downloadpodman-622d5e3b9a09a41f4367d8e038621e3fcbf5c7c7.tar.gz
podman-622d5e3b9a09a41f4367d8e038621e3fcbf5c7c7.tar.bz2
podman-622d5e3b9a09a41f4367d8e038621e3fcbf5c7c7.zip
Fix misleading print statement in kpod load
When loading an image, kpod load would print something like "Trying to pull docker.io/library/alpine...", which is misleading and makes it sound like its pulling it form the registry. Fixed this by removing these print statements for kpod load Signed-off-by: umohnani8 <umohnani@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/kpod-load.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/kpod-load.1.md b/docs/kpod-load.1.md
index d29614de9..bb13b5f02 100644
--- a/docs/kpod-load.1.md
+++ b/docs/kpod-load.1.md
@@ -56,6 +56,7 @@ Copying config sha256:7328f6f8b41890597575cbaadc884e7386ae0acc53b747401ebce5cf0d
0 B / 1.48 KB [---------------------------------------------------------------]
Writing manifest to image destination
Storing signatures
+Loaded image: registry.fedoraproject.org/fedora:latest
```
```
@@ -67,6 +68,7 @@ Copying config sha256:7328f6f8b41890597575cbaadc884e7386ae0acc53b747401ebce5cf0d
0 B / 1.48 KB [---------------------------------------------------------------]
Writing manifest to image destination
Storing signatures
+Loaded image: registry.fedoraproject.org/fedora:latest
```
## SEE ALSO