Skip to content

Instantly share code, notes, and snippets.

@KushajveerSingh
Created October 7, 2021 03:56
Show Gist options
  • Save KushajveerSingh/53f4c5812f4e733b98a26e888deb0e9b to your computer and use it in GitHub Desktop.
Save KushajveerSingh/53f4c5812f4e733b98a26e888deb0e9b to your computer and use it in GitHub Desktop.
> DOCKER_BUILDKIT=1 docker build \
-t {REPOSITORY_1}:{TAG_1} -t {REPOSITORY_2}:{TAG_2} \
-f /path/to/Dockerfile \
/path/to/build/context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment