Skip to content

Instantly share code, notes, and snippets.

@namikingsoft
Last active January 25, 2016 17:19
Show Gist options
  • Save namikingsoft/93cd051d225559c1e98c to your computer and use it in GitHub Desktop.
Save namikingsoft/93cd051d225559c1e98c to your computer and use it in GitHub Desktop.
Docker build another Dockerfile - 別のDockerfileからビルド
# stdin
docker build -t hoge - < Dockerfile.another
# option
docker build -t hoge -f Dockerfile.another .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment