On 2020-07-13 18:01:37 +0200, Jakub Skokan wrote:
Co jsem nerozchodil je podman
pod neprivilegovaným uživatelem, hello-world funguje, ale když zkusím pustit
bash z ubuntu:latest, stěžuje si to "there might not be enough IDs available
in the namespace".
Pamatujes si, co presne jsi zkousel? Mne
[root@playground ~]# su - test -c 'podman run --rm ubuntu bash -c "echo
x"'
x
Funguje takze premyslim co delam jinak..
W.
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.