the image implement openssh-server use ubuntu jammy, can be used test and backend daemon
183
ubuntu jammy with sshd
env variant: ROOT_PASSWORD is root password
if not set, root's password is root
port 22
e.g.
version: "2.2"
networks:
lan:
external: true
name: "lan"
services:
mariadb:
container_name: "ubuntu"
hostname: "ubuntu"
image: "sleechengn/ubuntu:jammy"
restart: always
environment:
ROOT_PASSWORD: "123456"
networks:
lan:
ipv4_address: 192.168.13.63
Content type
Image
Digest
sha256:e5da7daac…
Size
121.9 MB
Last updated
over 1 year ago
docker pull sleechengn/ubuntu:jammy