##########################################################################
#Author : happylay 安徽理工大学
#Created Time : 2020-04-14 02:38
#Environment:alpine
##########################################################################
version: '3.3'
services:
sshd:
image: happylay/sshd:2.0.0-alpine
container_name: sshd
network_mode: "host"
restart: always
environment:
SSH_PORT: 10022
SSH_PWD: root
ports:
- 10022:10022
##########################################################################
#Author : happylay 安徽理工大学
#Created Time : 2020-04-14 03:28
#Environment:alpine
##########################################################################
version: '3.3'
services:
sshd:
image: happylay/sshd:2.1.0-alpine
container_name: sshd
network_mode: "host"
restart: always
environment:
SSH_PORT: 10022
SSH_PWD: root
ports:
- 10022:10022
volumes:
- "./system:/home/maven/repository"
Content type
Image
Digest
Size
341.4 MB
Last updated
over 6 years ago
docker pull happylay/sshd:2.1.0-alpine