Releases: StefanScherer/dockerfiles-windows
Releases · StefanScherer/dockerfiles-windows
2017-05-17-docker-manifest
After testing PR moby/moby#27455 from OSX and Windows I just want a place to put these binaries, so I created a GH release and attached the binaries here.
docker-darwin-amd64
for OSXdocker-linux-amd64
for Linuxdocker-windows-amd64
for Windows
Usage / Example: Create a multi-arch/multi-os Docker image (manifest list) for a specific version and push it to Docker Hub:
docker manifest create stefanscherer/winspector:1.7.1 \
stefanscherer/winspector:linux-1.7.1 \
stefanscherer/winspector:windows-1.7.1
docker manifest push stefanscherer/winspector:1.7.1