diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-21 12:09:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 12:09:46 -0800 |
commit | fe186c6ebba95db89463f38c6aa0f0dcc104a249 (patch) | |
tree | d2a815c62bae205b0ea80ac72ec72542c98131ce /troubleshooting.md | |
parent | fa568e04d6b6032ca3bdf39ee4fd1ca1856be85a (diff) | |
parent | 1ad6f9af1552cbe2119af6cda83db5b3908556db (diff) | |
download | podman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.tar.gz podman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.tar.bz2 podman-fe186c6ebba95db89463f38c6aa0f0dcc104a249.zip |
Merge pull request #2033 from rhatdan/devices
Allow users to specify a directory for additonal devices
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 574196a69..030f0af7e 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -18,7 +18,7 @@ and retry your command before reporting the issue. --- ### 2) No such image or Bare keys cannot contain ':' -When doing a `podman pull` or `podman build` command and a "common" image can not be pulled, +When doing a `podman pull` or `podman build` command and a "common" image cannot be pulled, it is likely that the `/etc/containers/registries.conf` file is either not installed or possibly misconfigured. |