зеркало из
https://github.com/iharh/notes.git
synced 2025-11-02 22:56:09 +02:00
7 строки
203 B
Plaintext
7 строки
203 B
Plaintext
samples:
|
|
podman run \
|
|
--rm -it \
|
|
--uidmap="0:$(id -u user):1" \
|
|
--uidmap="1:$(grep -Po '(?<=^user:).*$' /etc/subuid | head -1)" \
|
|
registry.fedoraproject.org/fedora:38
|