choi3179 / docker-nginx-vhost

0 stars 0 forks source link

docker network inspect #3

Open choi3179 opened 6 months ago

choi3179 commented 6 months ago
$ sudo docker network inspect pd24-bridge
[
    {
        "Name": "pd24-bridge",
        "Id": "8f7ab3cdb03d9116c155a488512c814e1cc018ad8c3e6d144d9afa4bab1c600f",
        "Created": "2024-02-14T11:51:59.382107089+09:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": {},
            "Config": [
                {
                    "Subnet": "172.18.0.0/16",
                    "Gateway": "172.18.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {},
        "Options": {},
        "Labels": {}
    }
]
choi3179 commented 6 months ago

bridge network에 컨테이너 connect