Sha256: bab08c20ecf3a24a993410792a03472a23a181d8b2570bbc459cac43cfd3fde1

Contents?: true

Size: 322 Bytes

Versions: 23

Compression:

Stored size: 322 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

23 entries across 23 versions & 1 rubygems

Version Path
hako-2.4.0 examples/hello-cap-add-app.jsonnet
hako-2.3.1 examples/hello-cap-add-app.jsonnet
hako-2.3.0 examples/hello-cap-add-app.jsonnet