Created
February 19, 2018 06:26
-
-
Save dariuszparys/21a8f3408b0ad9d5e4739d5c11266198 to your computer and use it in GitHub Desktop.
Sampel Docker Multi-Arch Manifest File
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
image: dariuszparys/some-edge-module:1.0.0-preview018 | |
manifests: | |
- | |
image: dariuszparys/some-edge-module:1.0.0-preview018-linux-amd64 | |
platform: | |
architecture: amd64 | |
os: linux | |
- | |
image: dariuszparys/some-edge-module:1.0.0-preview018-linux-arm32v7 | |
platform: | |
architecture: arm | |
os: linux | |
- | |
image: dariuszparys/some-edge-module:1.0.0-preview018-windows-amd64 | |
platform: | |
architecture: amd64 | |
os: windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment