Sha256: df0b8f7efc6685d365e7ad5705bf1e930962bd44e0381efc26fabfd2cbe88494

Contents?: true

Size: 390 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
hako-2.2.0 examples/hello-cap-add-app.jsonnet
hako-2.1.0 examples/hello-cap-add-app.jsonnet