Docker basics
Docker packages an app with its runtime and dependencies into a portable container image.
- Image is a blueprint
- Container is a running instance
- Improves environment consistency
Docker basics
Docker packages an app with its runtime and dependencies into a portable container image.
Docker packages an app with its runtime and dependencies into a portable container image.
Docker basics