Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 470 Bytes

ubuntu-debootstrap

A docker image with debootstrap.

For first use, install the file system:

./install.sh

Then, you can build the docker file:

sudo docker build . -t codersos/ubuntu-debootstrap

If you like, you can push the image.

docker login
docker push codersos/ubuntu-debootstrap

You can view a prebuilt file here: codersos/ubuntu-debootstrap