docker build
Description:
- Builds Docker images from a Dockerfile and a “context”. A build’s context is the set of files located in the specified
PATH
orURL
docker build --tag <name>:<tag> .
Synopsis:
docker build [OPTIONS] PATH | URL | -
Search
PATH
or URL
docker build --tag <name>:<tag> .
docker build [OPTIONS] PATH | URL | -