Build & Run

docker build

In our example, the first step is to build the hello-world container with the > docker build command.

docker-build

docker run

In our example, the second step is to run the hello-world container with the > docker run command.

docker-run

Video: Build & Run