8000 GitHub - cvila84/docker-cli-builder: Build Docker CLI for Windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cvila84/docker-cli-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-cli-builder

Build status

Build Docker CLI for Windows from upstream repo https://github.com/docker/cli and publish the docker.exe to GitHub releases https://github.com/cvila84/docker-cli-builder/releases.

How to build ?

You need a Windows 10 pro or entreprise with version 1903, with windows container activated to perform this build docker build -t cvila84/docker-cli-builder .

How to get the built files ?

Using docker create allows to copy the files without starting the container

docker create cvila84/docker-cli-builder
docker cp <id>:C:\gopath\src\github.com\docker\cli\build\docker.exe .

About

Build Docker CLI for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%
0