tech:notes_docker_cri-o_podman_buildah
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_docker_cri-o_podman_buildah [2026/03/26 22:17] – Jean-Baptiste | tech:notes_docker_cri-o_podman_buildah [2026/06/02 11:07] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes Docker CRI-P Podman Buildah Skopeo | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * [How to Run a Container from a Rootfs Directory in Podman](https:// | ||
| + | |||
| + | Voir aussi : | ||
| + | * OKD | ||
| + | |||
| + | Alternatives à Docker | ||
| + | * CRI-O (Container Runtime Interface - OpenShift) (Fonctionne uniquement avec K8S !?) | ||
| + | * podman | ||
| + | * [[Docker image build]] Buildah | ||
| + | * Skopeo (Gérer les images du dépôt " | ||
| + | |||
| + | |||
| + | |||
| + | ## Podman | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Podman has a built-in command to generate unit files so your containers can be managed and monitored by systemd: | ||
| + | ~~~bash | ||
| + | podman generate systemd --new --files --name example_pod | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | systemctl --user start pod-example_pod.service | ||
| + | ~~~ | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | |||
| + | |||
