Skip to content

canel-rom1/debian-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!! THIS IS A FORK OF jmtd/debian-docker !!

debian-docker

scripts and Dockerfiles to build Debian docker images

Description of images

  • stretch: a base debian installation of stretch (current stable). Approx. 136M in size

  • jessie: a base debian installation of jessie. Approx. 156M in size.

Getting started

To build your own images run

sudo apt-get install git make debootstrap
git clone https://github.com/canelrom1/debian-docker.git
cd debian-docker/
sudo make release=stretch prefix=canelrom1 arch=amd64 variant=minbase mirror=http://httpredir.debian.org/debian/

All the arguments above are optional. The values in the example above are the defaults. The resulting image would be tagged canelrom1/debian:stretch-amd64.


Forker — Rom1 [email protected] - CANEL https://www.canel.ch

Original — Jonathan Dowland [email protected]

About

scripts and Dockerfiles to build a docker images of Debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%