TransWikia.com

ECS Container Mount Mode Z or ""

Server Fault Asked by Roman Newaza on January 3, 2021

Running Grafana with Compose makes all my three mounts to be as "Mode": "rw", but once I run it on ECS with EC2 type, I get "Mode": "z" and "Mode": "". What does z mean?

"Mounts": [
    {
        "Type": "volume",
        "Name": "dev_grafana_data",
        "Source": "/var/lib/docker/volumes/dev_grafana_data/_data",
        "Destination": "/var/lib/grafana",
        "Driver": "local",
        "Mode": "z",
        "RW": true,
        "Propagation": ""
    },
    {
        "Type": "bind",
        "Source": "/opt/grafana/grafana/provisioning",
        "Destination": "/etc/grafana/provisioning",
        "Mode": "",
        "RW": true,
        "Propagation": "rprivate"
    },
    {
        "Type": "bind",
        "Source": "/opt/grafana/grafana/conf",
        "Destination": "/etc/grafana/conf",
        "Mode": "",
        "RW": true,
        "Propagation": "rprivate"
    }
]

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP