Skip to content

Instantly share code, notes, and snippets.

@ianphil
Created September 8, 2017 11:29
Show Gist options
  • Save ianphil/0399129548b6eb1ac6eeddce791c46db to your computer and use it in GitHub Desktop.
Save ianphil/0399129548b6eb1ac6eeddce791c46db to your computer and use it in GitHub Desktop.
Combining Two Docker Images using Docker multi-stage build
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