Sha256: 47565182178e4b790b420bced780bbdc0177c29faff2570c0f0a4105af64ca7c
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
version: '2' services: host1: image: "sickp/alpine-sshd:7.2" ports: - "10022:22" volumes: - ./src/test/resources/input/host1/:/mount - ./id_rsa_test.pub:/root/.ssh/authorized_keys host2: image: "sickp/alpine-sshd:7.2" ports: - "10023:22" volumes: - ./src/test/resources/input/host2/:/mount - ./id_rsa_test.pub:/root/.ssh/authorized_keys
Version data entries
5 entries across 5 versions & 1 rubygems