Docker is a platform for developing, shipping, and running applications in containers.
A container is a lightweight, standalone, executable software package that includes everything needed to run an application.
Run: docker run hello-world
You've run your first Docker container!