Skip to content

vevc/ubuntu

Repository files navigation

Ubuntu

This project provides a custom Docker image based on Ubuntu, designed to simulate a minimal VPS environment. It includes an SSH server enabled by default, allowing users to interact with the container just like a typical remote server. This setup is ideal for testing, development, or training purposes where a lightweight and easily reproducible virtual server is needed.

Usage

docker run -d \
  --name ubuntu \
  -p 2222:22 \
  -e SSH_USER=ubuntu \
  -e SSH_PASSWORD='ubuntu!23' \
  ghcr.io/vevc/ubuntu:25.11.15

About

A lightweight Ubuntu-based Docker image that simulates a minimal VPS with SSH access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages