Description:

  • Builds Docker images from a Dockerfile and a “context”. A build’s context is the set of files located in the specified PATH or URL
  • docker build --tag <name>:<tag> .

Synopsis: