Skip to content

stx-hseow/docker-cli-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 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/StefanScherer/docker-cli-builder/releases.

Build with Powershell (Admin)

choco install -y golang -version 1.13.15
choco install -y git
choco install -y mingw

GOPATH C:\gopath
git clone -q --branch=v20.10.14 --single-branch https://github.com/docker/cli.git C:\gopath\src\github.com\docker\cli
powershell -File .\scripts\make.ps1 -Binary

About

Build Docker CLI for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%