Skip to content

zxb0303/ubuntu-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-sshd

Ubuntu Docker image with SSH service enabled

version: '3'
services:
  ubuntu-sshd:
    restart: always
    image: zxb0303/ubuntu-ssh:24.04
    container_name: ubuntu-sshd
    ports:
      - "22:22"
    environment:
      ROOT_PASSWORD: 123456
    network_mode: "bridge"

About

Ubuntu Docker image with SSH service enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published