balena-os / resin-device-toolbox

[DEPRECATED] The official Resin Device Toolbox CLI for resinOS
Apache License 2.0
14 stars 3 forks source link

Containers launched by rdt don't seem to be --priviledged #30

Closed shaunmulligan closed 7 years ago

shaunmulligan commented 7 years ago

If I run a container with rdt push and then do a docker inspect on that container, i see priviledged: false, for example:

"HostConfig": {
    "Binds": null,
    "ContainerIDFile": "",
    "LogConfig": {
        "Type": "journald",
        "Config": {}
    },
    "NetworkMode": "host",
    "PortBindings": null,
    "RestartPolicy": {
        "Name": "",
        "MaximumRetryCount": 0
    },
    "VolumeDriver": "",
    "VolumesFrom": null,
    "CapAdd": null,
    "CapDrop": null,
    "Dns": null,
    "DnsOptions": null,
    "DnsSearch": null,
    "ExtraHosts": null,
    "GroupAdd": null,
    "IpcMode": "",
    "Links": null,
    "OomScoreAdj": 0,
    "PidMode": "",
    "Privileged": false,
lekkas commented 7 years ago

Fixed at resin-sync@5.3.2