diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-03-05 13:27:30 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-03-14 09:01:30 -0400 |
commit | d033452b3d7397c769d9449128c972b3b9e386b9 (patch) | |
tree | 14354d14d6afe67e79b67ed76a36ceac55a9b9b8 /troubleshooting.md | |
parent | 296c61d896002e8d80597e306dc497d6e41cbb92 (diff) | |
download | podman-d033452b3d7397c769d9449128c972b3b9e386b9.tar.gz podman-d033452b3d7397c769d9449128c972b3b9e386b9.tar.bz2 podman-d033452b3d7397c769d9449128c972b3b9e386b9.zip |
Replace skopeo-containers with containers-common
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Replaces 'skopeo-containers' with 'containers-common' in the files that
I feel comfortable changing it in. There are a number of rpm building
related files that still have it, but I was hesitant to do so.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'troubleshooting.md')
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index 74b2e76df..882afef0c 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -39,7 +39,7 @@ error pulling image "fedora": unable to pull fedora: error getting default regis #### Solution - * Verify that the `/etc/containers/registries.conf` file exists. If not, verify that the skopeo-containers package is installed. + * Verify that the `/etc/containers/registries.conf` file exists. If not, verify that the containers-common package is installed. * Verify that the entries in the `[registries.search]` section of the /etc/containers/registries.conf file are valid and reachable. * i.e. `registries = ['registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com']` |