version: '3.7'
services:
ci-ssh-slave:
container_name: ci-ssh-slave
image: pearbox/ci-ssh-slave:18.04
environment:
- CI_SLAVE_SSH_PUBKEY=<put your ssh-rsa here>
restart: unless-stopped
ports:
- "22022:22"
volumes:
- /home/ci:/home/ci
- /var/run/docker.sock:/var/run/docker.sock
network_mode: bridge
Content type
Image
Digest
Size
197.9 MB
Last updated
over 5 years ago
docker pull pearbox/ci-ssh-slave:18.04