Sign inSign up

pungrumpy/ubuntu-learning

By pungrumpy

Updated over 2 years ago
Archived

This repository contains a Dockerfile for building an Ubuntu image with some useful tools installed.

Image
Operating systems
0

323

pungrumpy/ubuntu-learning repository overview

🐧 Ubuntu on Docker

penguin

📖 Description

This 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.

🙉 Purpose

This image is built for personal use, and for learning linux and docker.

📸 Screenshots

screenshot

Note: You can see alias on .bash_aliases file.

📝 Usage

🔨 Pull the image
docker pull pungrumpy/ubuntu-learning
🏃 Run the container
docker run -it --rm --name ubuntu-learning pungrumpy/ubuntu-learning

Note: If you use --rm flag, all data will be lost after exiting the container. and if you want to keep the data, should remove the --rm flag.

📦 Packages

  • git
  • gcc
  • python3
  • python3-pip
  • cargo
  • lsd

📜 License

MIT

Tag summary

Content type

Image

Digest

sha256:154ef1a4b

Size

211.9 MB

Last updated

over 2 years ago

docker pull pungrumpy/ubuntu-learning