Docker helps developers build, share, run, and verify applications anywhere — without tedious environment configuration.
dockerfile
and docker-compose.yaml
Allows you to package an application, along with all it’s dependencies and libraries, into a single unit that can run consistently on any machine with a container runtime, such as DOCKER.
CLI
docker run -d -p 80:80 docker/getting-started:latest
Docker Registry