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/09/03 14:21] – Jean-Baptiste | tech:pb_podman [2026/09/04 10:00] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| {{tag>Pb podman Rootless LDAP}} | {{tag>Pb podman Rootless LDAP}} | ||
| - | # Pb podman | + | # Pb Podman |
| Ligne 9: | Ligne 9: | ||
| - | ## Err | + | ## Err ldap - no subuid |
| Podman userland avec LDAP | Podman userland avec LDAP | ||
| Ligne 18: | Ligne 18: | ||
| CONTAINER ID IMAGE | CONTAINER ID IMAGE | ||
| ~~~ | ~~~ | ||
| + | |||
| ### Solution | ### Solution | ||
| Ligne 31: | Ligne 32: | ||
| ## Err Failed to get rootless runtime dir for DefaultAPIAddress: | ## Err Failed to get rootless runtime dir for DefaultAPIAddress: | ||
| + | Voir : | ||
| + | * https:// | ||
| ~~~ | ~~~ | ||
| Ligne 92: | Ligne 94: | ||
| + | Autre solution à tester | ||
| + | |||
| + | `${HOME}/ | ||
| + | ~~~ini | ||
| + | [engine] | ||
| + | events_logger = " | ||
| + | cgroup_manager = " | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Err Error: initializing source - manifest unknown | ||
| + | |||
| + | Voir aussi : | ||
| + | * https:// | ||
| + | |||
| + | ~~~ | ||
| + | $ podman pull docker.io/ | ||
| + | Trying to pull docker.io/ | ||
| + | Error: initializing source docker:// | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### Solution | ||
| + | |||
| + | Il manquait le tag | ||
| + | |||
| + | ~~~ | ||
| + | $ podman search --list-tags docker.io/ | ||
| + | NAME TAG | ||
| + | docker.io/ | ||
| + | docker.io/ | ||
| + | docker.io/ | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | podman pull docker.io/ | ||
| + | ~~~ | ||
tech/pb_podman.1788438118.txt.gz · Dernière modification : de Jean-Baptiste
