Skip to content

Releases: StefanScherer/dockerfiles-windows

2017-05-17-docker-manifest

17 May 14:18
5e6b879
Compare
Choose a tag to compare

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 OSX
  • docker-linux-amd64 for Linux
  • docker-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