...

Text file src/github.com/opencontainers/runtime-spec/schema/test/config/good/minimal-for-start.json

Documentation: github.com/opencontainers/runtime-spec/schema/test/config/good

     1{
     2    "ociVersion": "1.0.0",
     3    "root": {
     4        "path": "rootfs"
     5    },
     6    "process": {
     7        "cwd": "/",
     8        "args": [
     9            "sh"
    10        ],
    11        "user": {
    12            "uid": 0,
    13            "gid": 0
    14        }
    15    }
    16}

View as plain text