stefanscherer/docker-cli-windows

By stefanscherer

Updated about 7 years ago

Docker client in a Windows container image

Image
2

50K+

stefanscherer/docker-cli-windows repository overview

The Docker client for Windows in a Nanoserver Docker image.

Dockerfile

docker run stefanscherer/docker-cli-windows docker --version

Windows Server 1709 and 1803

You can access the Docker API of the Docker host by mapping the named pipe into the Windows container.

docker run `
  -v //./pipe/docker_engine://./pipe/docker_engine `
  -u ContainerAdministrator `
  stefanscherer/docker-cli-windows docker version

Tag summary

Content type

Image

Digest

Size

155.4 MB

Last updated

about 7 years ago

docker pull stefanscherer/docker-cli-windows:18.09.3-1803