Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
|
admin_grundlagen:docker:hello_world [2026/05/03 21:48] ingo_wichmann [Ubuntu Container] |
admin_grundlagen:docker:hello_world [2026/05/22 19:17] (aktuell) ingo_wichmann [erster Docker Container] |
||
|---|---|---|---|
| Zeile 7: | Zeile 7: | ||
| Image anzeigen: | Image anzeigen: | ||
| docker image list | docker image list | ||
| - | docker image inspect hello-world | + | -> ''REPOSITORY TAG IMAGE ID CREATED SIZE'' |
| + | -> ''hello-world latest e2ac70e7319a 8 weeks ago 10.1kB'' | ||
| + | ++++ podman | | ||
| + | -> ''quay.io/podman/hello latest 5dd467fce50b 24 months ago 787 kB'' | ||
| + | ++++ | ||
| + | docker image inspect hello-world | ||
| + | ++++ podman | | ||
| + | podman image inspect docker.io/library/hello-world | ||
| + | ++++ | ||
| ====== Ubuntu Container ===== | ====== Ubuntu Container ===== | ||
| "offiziellen" Ubuntu Container suchen: | "offiziellen" Ubuntu Container suchen: | ||