Skip to content

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

Notifications You must be signed in to change notification settings

appengine8848/claw-cloud-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.7.14

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.5%
  • Dockerfile 13.5%