Construit une image à partir d'un Dockerfile. Plus d'informations : https://docs.docker.com/reference/cli/docker/buildx/build/.
docker build .
docker build {{github.com/creack/docker-firefox}}
docker build --tag {{nom:etiquette}} .
docker build --tag {{nom:etiquette}} - < {{Dockerfile}}
docker build --no-cache --tag {{nom:etiquette}} .
docker build --file {{Dockerfile}} .
docker build --build-arg {{HTTP_PROXY=http://10.20.30.2:1234}} --build-arg {{FTP_PROXY=http://40.50.60.5:4567}} .