Docker vs Podman VS Apptainer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
| Example || docker pull hello-world || podman pull hello-world || apptainer pull docker://hello-world | | Example || docker pull hello-world || podman pull hello-world || apptainer pull docker://hello-world | ||
|- | |- | ||
| Example || docker images || podman images || | | Example || docker images || podman images || apptainer cache list -v | ||
|- | |- | ||
| Example || | | Example || docker run hello-world || podman run hello-world || apptainer run docker://hello-world | ||
|- | |- | ||
| Example || Example || Example || Example | | Example || Example || Example || Example | ||
|} | |} |
Revision as of 15:25, 21 January 2025
docker | podman | apptainer | |
---|---|---|---|
Example | docker pull hello-world | podman pull hello-world | apptainer pull docker://hello-world |
Example | docker images | podman images | apptainer cache list -v |
Example | docker run hello-world | podman run hello-world | apptainer run docker://hello-world |
Example | Example | Example | Example |