Dockerfiles Windows Versions Save

Various Dockerfiles for Windows Containers

2017-05-17-docker-manifest

6 years ago

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