Created
September 8, 2017 11:29
-
-
Save ianphil/0399129548b6eb1ac6eeddce791c46db to your computer and use it in GitHub Desktop.
Combining Two Docker Images using Docker multi-stage build
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
FROM docker:dind | |
FROM azuresdk/azure-cli-python:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment