Docker
Docker, a containerization tool, helps you create isolated
environments that run consistently across any infrastructure.
- Container: executable environment
- Docker Image: executable packe that includes all needed for the
app
- Dockerfile: the script
LEOMOFTHINGS
Uses of Docker
- Local dev environment
- Microservice (running each service in a seperate container)
- Testing
- Deployment (K8s to manage containerized apps)
LEOMOFTHINGS