This repository contains a Dockerfile for building an Ubuntu image with some useful tools installed.
323
🐧 Ubuntu on Docker
📖 DescriptionThis repository contains a Dockerfile for building an Ubuntu image with some useful tools installed.
Note: This image is built on top of the official Ubuntu image.
🙉 PurposeThis image is built for personal use, and for learning linux and docker.
📸 Screenshots
Note: You can see alias on
.bash_aliases file.
📝 Usage🔨 Pull the imagedocker pull pungrumpy/ubuntu-learning
🏃 Run the containerdocker run -it --rm --name ubuntu-learning pungrumpy/ubuntu-learning
Note: If you use
--rmflag, all data will be lost after exiting the container. and if you want to keep the data, should remove the--rmflag.
📦 Packagesgitgccpython3python3-pipcargolsd📜 LicenseContent type
Image
Digest
sha256:154ef1a4b…
Size
211.9 MB
Last updated
over 2 years ago
docker pull pungrumpy/ubuntu-learning