Sha256: 6618a6d567d73d521f9c59cf99e8e989e6e9df3a08307d2cefd0282def4a21e3

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

scheduler:
  type: ecs
  region: ap-northeast-1
  cluster: eagletmt
  desired_count: 1
app:
  image: busybox
  memory: 128
  cpu: 256
  command: ['echo', 'hello with SYS_RAWIO']
  linux_parameters:
    capabilities:
      add: ['SYS_RAWIO']

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hako-2.0.4 examples/hello-cap-add-app.yml
hako-2.0.3 examples/hello-cap-add-app.yml
hako-2.0.2 examples/hello-cap-add-app.yml
hako-2.0.1 examples/hello-cap-add-app.yml
hako-2.0.0 examples/hello-cap-add-app.yml
hako-1.9.0 examples/hello-cap-add-app.yml
hako-1.8.4 examples/hello-cap-add-app.yml