Sha256: 81e6f0c2e524805f381f04296d355c6d4b5ab72c8b86ac746ed32d6583a008e6

Contents?: true

Size: 262 Bytes

Versions: 23

Compression:

Stored size: 262 Bytes

Contents

{
  scheduler: {
    type: 'ecs',
    region: 'ap-northeast-1',
    cluster: 'eagletmt',
    desired_count: 1,
  },
  app: {
    image: 'busybox',
    memory: 128,
    cpu: 256,
    command: ['echo', 'hello from --privileged mode'],
    privileged: true,
  },
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
hako-2.17.0 examples/hello-privileged-app.jsonnet
hako-2.16.0 examples/hello-privileged-app.jsonnet
hako-2.15.1 examples/hello-privileged-app.jsonnet
hako-2.15.0 examples/hello-privileged-app.jsonnet
hako-2.14.0 examples/hello-privileged-app.jsonnet
hako-2.13.0 examples/hello-privileged-app.jsonnet
hako-2.12.0 examples/hello-privileged-app.jsonnet
hako-2.11.1 examples/hello-privileged-app.jsonnet
hako-2.11.0 examples/hello-privileged-app.jsonnet
hako-2.10.0 examples/hello-privileged-app.jsonnet
hako-2.9.2 examples/hello-privileged-app.jsonnet
hako-2.9.1 examples/hello-privileged-app.jsonnet
hako-2.9.0 examples/hello-privileged-app.jsonnet
hako-2.8.0 examples/hello-privileged-app.jsonnet
hako-2.7.0 examples/hello-privileged-app.jsonnet
hako-2.6.2 examples/hello-privileged-app.jsonnet
hako-2.6.1 examples/hello-privileged-app.jsonnet
hako-2.6.0 examples/hello-privileged-app.jsonnet
hako-2.5.1 examples/hello-privileged-app.jsonnet
hako-2.5.0 examples/hello-privileged-app.jsonnet