💾 Archived View for freeshell.de › tldr › docker-build.gmi captured on 2024-02-05 at 10:43:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

docker build

Build an image from a Dockerfile.

More information.

docker build .
docker build {github.com/creack/docker-firefox}
docker build --tag {name:tag} .
docker build --tag {name:tag} - < {Dockerfile}
docker build --no-cache --tag {name:tag} .
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} .
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY