get.porter.sh/porter@v1.3.0/pkg/cnab/schema/io-cnab-docker.schema.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "type": "object", 4 "properties": { 5 "privileged": { 6 "description": "Option to set the --privileged flag when running the Docker container", 7 "type": "boolean" 8 } 9 }, 10 "additionalProperties": false 11 }