One of the world's most used Linux distros, known for being user-friendly and stable
159
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.
docker run -it --rm theinfobots/ubuntu
ubuntu:latestaptFROM theinfobots/ubuntu
RUN apt-get update && apt-get install -y your-package
Content type
Image
Digest
sha256:a18daf0b0…
Size
86.1 MB
Last updated
6 months ago
docker pull theinfobots/ubuntu