mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
podman - Error: error getting default registries to try: short-name "vaultwarden/server:latest" #1156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rapkin61 on GitHub (Nov 30, 2021).
Subject of the issue
Tried to run vaultwarden using podman as described in the wiki.
But podman does not know how to pull the image. As far as I understood, it needs a FQDN
podman run -d --name vaultwarden -v /var/vw_data/:/data/:Z -e ROCKET_PORT=8080 -p 8080:8080 vaultwarden/server:latest
Error: error getting default registries to try: short-name "vaultwarden/server:latest" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
What is the correct path to the image?
Moreover, podman seems to need some kind of lingering, like:
sudo loginctl enable-linger 1012
where 1012 is the UID of the user that runs the image
Deployment environment
Install method:
Clients used:
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Expected behaviour
Actual behaviour
Troubleshooting data
@davidkna commented on GitHub (Nov 30, 2021):
The FQDN is
docker.io/vaultwarden/server:latest.docker.iois usually listed in/etc/containers/registries.confby default.