Problems running podman on Digital Ocean Droplet under Ubuntu 22.04 #14151
Replies: 4 comments
-
Do you have entries in /etc/subuid and /etc/subgid files? If you modified them you need to do a |
Beta Was this translation helpful? Give feedback.
-
Yes I do
I had run
but it did not help I would appreciate any pointers in best way to debug this |
Beta Was this translation helpful? Give feedback.
-
Please provide the full output of |
Beta Was this translation helpful? Give feedback.
-
I just figured out my problem (wrong username in files), many thanks for your help |
Beta Was this translation helpful? Give feedback.
-
I'm new to podman (but am experienced with docker). I'm trying to run podman on a Digital Ocean Droplet under Ubuntu 22.04, I have installed podman and podman version is showing:
I was having problems building an image
Is this expected?
I got further around by adding
podman --storage-opt ignore_chown_errors=true build -t nginx https://git.io/Jf8ol
But now I get
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
However, when I try to install it I see
It appears to be installed as gpgv
Doing
sudo ln -s /usr/bin/gpgv /usr/bin/gnupg2
Does not help the issue, Any suggestions on how to fix
Beta Was this translation helpful? Give feedback.
All reactions