diff options
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install.md b/install.md index eba1ce8ea..5fe150db2 100644 --- a/install.md +++ b/install.md @@ -107,7 +107,7 @@ yum install -y \ ostree-devel \ pkgconfig \ runc \ - skopeo-containers + containers-common ``` Debian, Ubuntu, and related distributions: @@ -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 = [] ``` |