This repository contains Dockerfile of ubuntu and common tools for basically setup
These instructions will get you to build ubuntu in your docker. See Installation for notes on how to build your ubuntu on a live system.
docker pull bananabb/ubuntu:latest
docker run -itd --name server -p 8080:80 bananabb/ubuntu
docker exec -it server /bin/bash
MIT © BananaBb
Content type
Image
Digest
sha256:e1d025010…
Size
155.5 MB
Last updated
over 2 years ago
docker pull bananabb/ubuntu