Sha256: 87d8aa1b7ebea1e1255fc2eb955812c6c9b3cad0a56fd048dcc7f271e8eefa10
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
version: '3' services: xenial: build: context: . dockerfile: Dockerfile.xenial ports: - "1122:22" # --security-opt seccomp=unconfined --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro security_opt: - seccomp:unconfined tmpfs: - /run - /run/lock volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro trusty: build: context: . dockerfile: Dockerfile.trusty ports: - "1123:22" amazon_linux: build: context: . dockerfile: Dockerfile.amazon_linux ports: - "1124:22"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ami_spec-1.2.0 | spec/containers/docker-compose.yml |
ami_spec-1.1.0 | spec/containers/docker-compose.yml |