"machines/filestash:latest" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
tomachinz opened this issue · 1 comments
tomachinz commented
I just installed podman on linux mint, and ran docker-compose up
against your yaml file and it seems not to know how to resolve the alias. Perhaps I need to add something like this text below to /etc/containers/registries.conf or do a docker pull using the fully qualified URL?
unqualified-search-registries = ['hub.docker.com', 'docker.io']
# or maybe?
[[registry]]
prefix = "*.docker.com"
Then I'm hoping I can... docker pull machines/filestash
or
docker pull hub.docker.com/r/machines/filestash:latest
or similar?
Many thanks in advance!
tomachinz commented
Got it working with
sudo docker pull docker.io/machines/filestash:latest