Git Product home page Git Product logo

docker-debian's Introduction

docker-debian License Build Docker

Overview

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run.

debian.org

Description

Use this script to build your own base system.

We've included the last ca-certificates files in the repository to ensure that all of our images are accurates.

Tags

Supported tags.

  • 5, lenny
  • 6, squeeze
  • 7, wheezy
  • 8, jessie, oldstable
  • 9, stretch, stable, latest
  • 10, buster, sid

Requirements

On Debian you need sudo permissions and the following packages:

# if you build on wheezy please use backports version of debootstrap
$ sudo apt-get -qq -y install debootstrap

On Devuan you need sudo permissions and the following packages:

$ sudo apt-get -qq -y install debian-keyring debian-archive-keyring debootstrap

On Ubuntu you need sudo permissions and the following packages:

$ sudo apt-get -qq -y install debian-keyring debian-archive-keyring debootstrap

You also need to be in the docker group to use Docker.

$ sudo usermod -a -G docker ${USER}

Finally you need to login on Docker Hub.

$ docker login

Usage

You first need to choose which dist between lenny (5.0), squeeze (6.0), wheezy (7.0), jessie (8.0), stretch (9.0) and buster (10.0) you want (stretch will be the 'latest' tag) and you need to choose you user (or organization) name on Docker Hub.

Show help.

$ ./build.sh -h

Build your own Debian image (eg. jessie).

$ ./build.sh -d jessie -u rockyluke

Build your own Debian image (eg. stretch) and push it on the Docker Hub.

$ ./build.sh -d stretch -u rockyluke -p

Limitations

Only work on Debian, Devuan and Ubuntu.

Development

Please read carefully CONTRIBUTING.md before making a merge request.

Miscellaneous

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝

docker-debian's People

Contributors

rockyluke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.