tech:pb_podman
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:pb_podman [2026/05/28 17:35] – Jean-Baptiste | tech:pb_podman [2026/07/16 13:29] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag>Pb podman Rootless LDAP}} | ||
| + | |||
| + | # Pb podman | ||
| + | |||
| + | |||
| + | Voir aussi : | ||
| + | * / | ||
| + | |||
| + | |||
| + | ## Err | ||
| + | |||
| + | Podman userland avec LDAP | ||
| + | ~~~ | ||
| + | $ podman ps | ||
| + | ERRO[0000] cannot find UID/GID for user user1@acme.local: | ||
| + | WARN[0000] Using rootless single mapping into the namespace. This might break some images. Check /etc/subuid and /etc/subgid for adding sub*ids if not using a network user | ||
| + | CONTAINER ID IMAGE | ||
| + | ~~~ | ||
| + | |||
| + | ### Solution | ||
| + | |||
| + | ~~~bash | ||
| + | #echo "$(id -un):$(id -u): | ||
| + | #echo "$(id -gn):$(id -g): | ||
| + | |||
| + | sudo usermod --add-subuids "$(id -u)-$(( $(id -u) + 65535))" | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | FIXME | ||
| + | |||
