Sign inSign up

izetmolla/ubuntu

By izetmolla

Updated about 2 months ago

Image
0

5.0K

izetmolla/ubuntu repository overview

Docker container with SSH enabled.

Pull image from dockerhub

docker pull izetmolla/ubuntu:25.04

Use docker compose docker-compose.yaml

services:
  workspace1:
    image: izetmolla/ubuntu:25.04
    container_name: workspace1
    hostname: workspace1
    working_dir: /workspace
    tty: true
    restart: always
    volumes:
      - ./workspace1:/workspace
    environment:
      ROOT_PWD: 'yourstrongpassword'
      ROOT_SSH_PUBLIC_KEY: ''
      SOFTWARES: ''
      CUSTOM_SOFTWARES: 'go,nvm'

Tag summary

Content type

Image

Digest

sha256:54bde55ef

Size

255.9 MB

Last updated

8 months ago

docker pull izetmolla/ubuntu