Skip to content

gspanoae/docker-blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-blueprints

A collection of docker blueprint images

Alpine Vanilla

A minimal vanilla Docker image based on Alpine Linux with sh entry scripts and proxy setup variables.

docker build . --network="host" --tag="gspanoae/alpinevanilla:latest" --build-arg http_proxy=http://127.0.0.1:3128

or

docker build . --network="host" --tag="gspanoae/alpinevanilla:latest" 

and

docker run --name="AlpineVanilla" --net host -it gspanoae/alpinevanilla:latest

About

A collection of docker blueprints images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages