Sha256: c34eccbad0f8fdf79b8b917b48d9a0646c772ce341a0ec2a87db37c8ee12dfa7
Contents?: true
Size: 385 Bytes
Versions: 3
Compression:
Stored size: 385 Bytes
Contents
version: '3' services: host1: container_name: embulk-input-remote_host1 image: "kamatama41/ubuntu-sshd" ports: - "10022:22" volumes: - ./src/test/resources/input/host1/:/mount host2: container_name: embulk-input-remote_host2 image: "kamatama41/ubuntu-sshd" ports: - "10023:22" volumes: - ./src/test/resources/input/host2/:/mount
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-remote-0.4.2 | docker-compose.yml |
embulk-input-remote-0.4.1 | docker-compose.yml |
embulk-input-remote-0.4.0 | docker-compose.yml |