Build & Run
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
Build & Run
Video: Build & Run