Sign inSign up

pearbox/ci-ssh-slave

By pearbox

•Updated over 5 years ago

Image
0

300

pearbox/ci-ssh-slave repository overview

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

Tag summary

Content type

Image

Digest

Size

197.9 MB

Last updated

over 5 years ago

docker pull pearbox/ci-ssh-slave:18.04