Sign inSign up

theinfobots/ubuntu

By theinfobots

•Updated 6 months ago

One of the world's most used Linux distros, known for being user-friendly and stable

Image
Operating systems
0

159

theinfobots/ubuntu repository overview

⁠theinfobots/ubuntu

Ubuntu is one of the world's most widely used Linux distributions, known for being user-friendly, stable, and well-supported. This image provides a clean Ubuntu base for containerized applications.

⁠Quick Start

docker run -it --rm theinfobots/ubuntu

⁠Features

  • Based on official ubuntu:latest
  • User-friendly and stable foundation
  • Large ecosystem of available packages via apt
  • Widely documented — easy to find help and guides
  • Regularly updated

⁠Example — Use as base

FROM theinfobots/ubuntu
RUN apt-get update && apt-get install -y your-package

Tag summary

Content type

Image

Digest

sha256:a18daf0b0…

Size

86.1 MB

Last updated

6 months ago

docker pull theinfobots/ubuntu