Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ ubuntu Public

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

Notifications You must be signed in to change notification settings

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

AltStyle によって変換されたページ (->オリジナル) /