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 | -
- …
- —no-cache: Cache invalidation