зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +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
|