Pack, ship, and run applications as lightweight containers
Pack, ship and run any application as a lightweight container (Daemon)
docker
$ docker run -d --name my-app nginx:latest
$ docker ps
$ docker build -t my-image:1.0 .