This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefix podman commands with
sudo
for now (#125)
Currently the Gevulot container is spawned from `root` when launched by systemd. In Podman, container registries are per-user by default so when pulling the latest version of container, the further container operations must be done using the same user account as well. This is especially important when there are critical changes in the container such as database migrations. Therefore podman commands here should be prefixed with `sudo` in order to match the correct container catalog.
- Loading branch information