Skip to content

NetDocuments-Archive/docker-zipcurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-zipcurl

A docker container that contains both zip and curl

Based off of ubuntu 16.04

Building

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

Upload to docker hub

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

About

Ubuntu 16.04 docker image with zip and curl installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published