[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /etc/subuid and /etc/subgid support
From: |
paul |
Subject: |
Re: /etc/subuid and /etc/subgid support |
Date: |
Wed, 21 Aug 2024 01:36:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 |
Hi Ludo’ ,
I'm not very familiar with newuidmap , but with this service and the
rootless Podman one from issue #72740 [0] I'm able to:
1. the following rootless Podman hello world
$ podman run -it --rm docker.io/alpine cat /etc/*release*
...
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.2
PRETTY_NAME="Alpine Linux v3.20"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
2. and with guix shell podman compose I'm able to run this Podman
compose hello world [1]:
$ mkdir data
$ echo hello world > data/index.html
$ podman compose up -d
...
exit code: 0
$ curl localhost:8080
hello world
Please refer to issue #72740 for more details.
I hope this helps in answering your question.
giacomo
[0]: https://issues.guix.gnu.org/72740
[1]:
https://github.com/fishinthecalculator/rootless-podman-nginx-static-server