Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 400 Bytes

docker-nuget

A docker container that contains both zip and curl

Based off of microsoft/powershell

Building

docker-machine start
eval $(docker-machine env)
docker build -t <yourname>/nuget .

Upload to docker hub

docker login
docker push <yourname>/nuget
docker tag <yourname>/nuget:latest <yourname>/nuget:$(date +%Y%m%d)
dccker push <yourname>/nuget:$(date +%Y%m%d)