Linux Command
Linux Command
The docker build command is used to build a new image from a Dockerfile and a
"context".
The context is the set of files in a specified directory or URLs that the image is
built from.
The --file or -f option allows users to specify a different Dockerfile than the
default one. For example, docker build -f MyDockerfile.
Bridge network-A network connecting containers to each other on the same host.