Last active
January 25, 2016 17:19
-
-
Save namikingsoft/93cd051d225559c1e98c to your computer and use it in GitHub Desktop.
Docker build another Dockerfile - 別のDockerfileからビルド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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