diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-16 06:46:35 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-18 12:23:41 -0400 |
commit | d0ee203986b2de559d4b6240bab7dda789bafb73 (patch) | |
tree | df2331c97c8008efcd9d8b592eccfbd783c257d0 /install.md | |
parent | ea54a1c2f51d3173649277939738ce9b1c392076 (diff) | |
download | podman-d0ee203986b2de559d4b6240bab7dda789bafb73.tar.gz podman-d0ee203986b2de559d4b6240bab7dda789bafb73.tar.bz2 podman-d0ee203986b2de559d4b6240bab7dda789bafb73.zip |
Cleanup messages on podman load
If user does not specify file or redirect for stdin, then
throw an error
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.md b/install.md index 071eeff67..5fe150db2 100644 --- a/install.md +++ b/install.md @@ -268,7 +268,6 @@ registries = [] # If you need to block pull access from a registry, uncomment the section below # and add the registries fully-qualified name. # -# Docker only [registries.block] registries = [] ``` |