Docker
Container runtime and image format that packages an application with its dependencies so it runs the same way everywhere.
Infrastructure Beginner
Category
Infrastructure
Difficulty
Beginner
When to use
You need reproducible environments for training, serving, or local development — especially anything involving CUDA, Python versions, or system libraries.
When not to use
You only need a Python virtual environment, or you're on a device where running a daemon isn't acceptable.
Alternatives
Podman containerd Buildah nerdctl