Domain does not point to this server or reverse proxy not configured correctly

Do you have a firewall active? There might be some firewall settings active on your instance that block the mastercontainer from connecting to the other container which would explain why it thinks that they are still starting. What do the logs of the apache container say?

Thanks, will do!

i have firewalld, but not sure if it does anything in the local docker network.

The nextcloud apache container log just says:
Waiting for Nextcloud to startā€¦

I can ping between apache and database containers.

# docker exec nextcloud-aio-database ping nextcloud-aio-apache
PING nextcloud-aio-apache (172.24.0.9): 56 data bytes
64 bytes from 172.24.0.9: seq=0 ttl=42 time=0.190 ms

And also between database and nextcloud

# docker exec nextcloud-aio-database ping nextcloud-aio-nextcloud
PING nextcloud-aio-nextcloud (172.24.0.8): 56 data bytes
64 bytes from 172.24.0.8: seq=0 ttl=42 time=0.128 ms

And they are all connected to nextcloud-aio network.

EDIT:
I just tried to disable firewalld and it still didnt work

What do the nextcloud container logs then say?

The mastercontainer log just has a bunch of apache access logs. But here is a almost complete log since start:

Initial startup of Nextcloud All In One complete!
You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
E.g. https://internal.ip.of.this.server:8080

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
2022-05-19 20:45:23,101 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
{"level":"info","ts":1652993124.1680648,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""}
{"level":"warn","ts":1652993124.1695216,"msg":"Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies","adapter":"caddyfile","file":"/Caddyfile","line":2}
{"level":"info","ts":1652993124.1705313,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
{"level":"warn","ts":1652993124.1707819,"logger":"http","msg":"automatic HTTP->HTTPS redirects are disabled","server_name":"srv0"}
{"level":"info","ts":1652993124.170871,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00020da40"}
{"level":"warn","ts":1652993124.1710413,"logger":"tls","msg":"YOUR SERVER MAY BE VULNERABLE TO ABUSE: on-demand TLS is enabled, but no protections are in place","docs":"https://caddyserver.com/docs/automatic-https#on-demand-tls"}
{"level":"info","ts":1652993124.1712224,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/mnt/docker-aio-config/caddy/"}
{"level":"info","ts":1652993124.1712606,"logger":"tls","msg":"finished cleaning storage units"}
{"level":"error","ts":1652993124.1712642,"msg":"unable to create folder for config autosave","dir":"/var/www/.config/caddy","error":"mkdir /var/www/.config: permission denied"}
{"level":"info","ts":1652993124.17129,"msg":"serving initial configuration"}
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using fd00:dead:beef:c0:0:242:ac11:4. Set the 'ServerName' directive globally to suppress this message
[Thu May 19 20:45:24.179706 2022] [ssl:warn] [pid 99] AH01906: fd00:dead:beef:c0:0:242:ac11:4:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu May 19 20:45:24.179782 2022] [ssl:warn] [pid 99] AH01909: fd00:dead:beef:c0:0:242:ac11:4:8080:0 server certificate does NOT include an ID which matches the server name
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using fd00:dead:beef:c0:0:242:ac11:4. Set the 'ServerName' directive globally to suppress this message
[Thu May 19 20:45:24.211105 2022] [ssl:warn] [pid 99] AH01906: fd00:dead:beef:c0:0:242:ac11:4:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu May 19 20:45:24.211144 2022] [ssl:warn] [pid 99] AH01909: fd00:dead:beef:c0:0:242:ac11:4:8080:0 server certificate does NOT include an ID which matches the server name
[Thu May 19 20:45:24.214647 2022] [mpm_prefork:notice] [pid 99] AH00163: Apache/2.4.53 (Debian) PHP/8.0.18 OpenSSL/1.1.1n configured -- resuming normal operations
[Thu May 19 20:45:24.214686 2022] [core:notice] [pid 99] AH00094: Command line: 'apache2 -D FOREGROUND'
fd00:dead:beef:c0:0:242:ac11:4:8000 localhost - - [19/May/2022:20:45:40 +0000] "GET /containers HTTP/1.1" 200 1781 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"
localhost - - [19/May/2022:20:45:40 +0000] "GET /containers HTTP/1.1" 200 1781 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"
fd00:dead:beef:c0:0:242:ac11:4:8080 10.10.10.102 - - [19/May/2022:20:45:40 +0000] "GET /containers HTTP/1.1" 200 4573 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"
10.10.10.102 - - [19/May/2022:20:45:40 +0000] "GET /containers HTTP/1.1" 200 4573 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"
fd00:dead:beef:c0:0:242:ac11:4:8000 localhost - - [19/May/2022:20:45:44 +0000] "GET /img/favicon.png HTTP/1.1" 200 90310 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"
10.10.10.102 - - [19/May/2022:21:43:49 +0000] "GET /img/favicon.png HTTP/1.1" 200 90684 "https://172.16.1.6:8200/containers" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

(I had to remove some of the same access lines before being able to post)

And what do the Nextxloud container logs say? (Not the masterfontainer logs)

It just says:
Waiting for database to startā€¦

Can you try if you can reach the database from the nextcloud container?

e.g. nc -z nextcloud-aio-database 5432; echo $?. If it returns 0 the connection works, if not it doesnā€™t.

Hello @jpix I just added apache to our reverse proxy documentation. Does this look good to you?
https://github.com/nextcloud/all-in-one/blob/enh/676/apache/reverse-proxy.md#apache

Hi @szaimen Iā€™ve been looking for why my NextCloud AIO docker image was not initializing, and I came across this thread because I have the same "Waiting for database to start..." log message.
When I ran this command I got :

"Ncat: Could not resolve hostname "nextcloud-aio-database": Name or service not known. QUITTING.
2"

It seems like I need to do something with firewalld, any tips on how I should proceed?

I think this is a different problem than the reported one?

1 Like

It returns 1. So no connection.
I think it might be because i already have a PostgreSQL server running on the host.
No sure if thats a problem or not.

The documentation looks good.

Edit:
But when i shutdown postgresql and restart all the nextcloud docker containers it still returns a 1.

Yes, this should not be the problem hereā€¦

I suppose for you is also this answer valid: AIO: waiting for Database container to start - but it looks like it started, no errors - #35 by szaimen

That worked, thanks!
No issues when running manual install.
I will set your initial solution as the solution to the topic.

Can you send the output of sudo docker network inspect nextcloud-aio?
I guess it would be good to dwbug what is different when using the manual installā€¦

# docker network inspect nextcloud-aio_nextcloud-aio
[
    {
        "Name": "nextcloud-aio_nextcloud-aio",
        "Id": "9458f480ddd6e5b538f714613438a2b491ebfca70d176ac0a31e563653a652b1",
        "Created": "2022-05-20T21:28:10.302186342+02:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.19.0.0/16",
                    "Gateway": "172.19.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": true,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {
            "43d0bfcc15c1a585068afa895e78ad8b99bf4ca559d409abcc945d0f19f6da2e": {
                "Name": "nextcloud-aio-talk",
                "EndpointID": "7fc6673b1355e5d2aa299bb63c1cbdbe36046b90e188ccd77f24c40c9c511f15",
                "MacAddress": "02:42:ac:13:00:02",
                "IPv4Address": "172.19.0.2/16",
                "IPv6Address": ""
            },
            "7833b7583feff940a1390391a62b1a6a0a89f94d75aaafbdc5b6aa54bc8ac48e": {
                "Name": "nextcloud-aio-database",
                "EndpointID": "194ce9f323bc9de26fa7c76308e2c491f694841a22ee5b61bd8322dea8b85ebb",
                "MacAddress": "02:42:ac:13:00:06",
                "IPv4Address": "172.19.0.6/16",
                "IPv6Address": ""
            },
            "81177688e1058ea5039710a9dbb3afe03d91a1a604ebe3dd75ebd77ac2e02c69": {
                "Name": "nextcloud-aio-nextcloud",
                "EndpointID": "1c3c21cf46f5f3377f5f4365abe62fe48f004dcc736dd18d50e4515e2080e800",
                "MacAddress": "02:42:ac:13:00:07",
                "IPv4Address": "172.19.0.7/16",
                "IPv6Address": ""
            },
            "885b28f9f904beaf168cc8bdf0bff93ef91cc02e08390f6c5728d22e32c98b42": {
                "Name": "nextcloud-aio-redis",
                "EndpointID": "42492259590fd45af58ac2539dc03d51779b91a45369d3e98172465785d61b05",
                "MacAddress": "02:42:ac:13:00:05",
                "IPv4Address": "172.19.0.5/16",
                "IPv6Address": ""
            },
            "8f7552ead5f118fc2438d03a072617a8b2a91a2ffb3b822f5098f0d2987e4baf": {
                "Name": "nextcloud-aio-clamav",
                "EndpointID": "4c440e7a583c718e08185ad91f942d06d41d8bb7d4d373faafa68b6416cb6434",
                "MacAddress": "02:42:ac:13:00:03",
                "IPv4Address": "172.19.0.3/16",
                "IPv6Address": ""
            },
            "d33491b2d53bb6a7b60feb299745c0fecedc7b932430b78564c3d260a2fb221b": {
                "Name": "nextcloud-aio-apache",
                "EndpointID": "0697277991fc5ce8a1530f891b787ea9aaa2cd352728c63d6d89c3b784b7e0e4",
                "MacAddress": "02:42:ac:13:00:08",
                "IPv4Address": "172.19.0.8/16",
                "IPv6Address": ""
            },
            "fae44e7abdb71d2d85846b1e8c6fb435e743a181e84634266634efababab7d85": {
                "Name": "nextcloud-aio-onlyoffice",
                "EndpointID": "0ccea45f253f69ef74818a64c6c7c5439fea644f1b15a6d075490b792b2f09df",
                "MacAddress": "02:42:ac:13:00:04",
                "IPv4Address": "172.19.0.4/16",
                "IPv6Address": ""
            }
        },
        "Options": {},
        "Labels": {
            "com.docker.compose.network": "nextcloud-aio",
            "com.docker.compose.project": "nextcloud-aio",
            "com.docker.compose.version": "1.29.2"
        }
    }
]

Thanks! Iā€™ll see if we can improve our config with this!

Can you maybe also send the output of sudo docker inspect nextcloud-aio-apache? That will probably be helpful too! Thanks!

# docker inspect nextcloud-aio-apache
[
    {
        "Id": "197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64",
        "Created": "2022-05-20T20:15:00.733481953Z",
        "Path": "start.sh",
        "Args": [
            "/usr/bin/supervisord",
            "-c",
            "/supervisord.conf"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 263947,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2022-05-20T20:32:09.93164691Z",
            "FinishedAt": "2022-05-20T20:31:59.906698788Z"
        },
        "Image": "sha256:db847fae8a0fe9dc65808b7db0f245786f59082fe989bb375efbc5ebcf98e8af",
        "ResolvConfPath": "/var/lib/docker/containers/197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64/hostname",
        "HostsPath": "/var/lib/docker/containers/197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64/hosts",
        "LogPath": "/var/lib/docker/containers/197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64/197325a01243e4b9f94453f9d553ba21dcd143a8d1dc26d4b0b2e04b36fe4a64-json.log",
        "Name": "/nextcloud-aio-apache",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "nextcloud_aio_apache:/mnt/data:rw",
                "nextcloud_aio_nextcloud:/var/www/html:ro"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "nextcloud-aio_nextcloud-aio",
            "PortBindings": {
                "11000/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "11000"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": [],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": null,
            "DnsOptions": null,
            "DnsSearch": null,
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": false,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/b52712b15e96451b5c8e6679b7a6d00f691913a519f592c4689fa518486da192-init/diff:/var/lib/docker/overlay2/bfb8be3d858de84bf25da7a45f46e9c8c5fbe07cb6d7ed6e74c6888ac59b6f45/diff:/var/lib/docker/overlay2/699125aef431d4f747aab954ce3650e762b1d552ba356905ef5e23e95c0dc0eb/diff:/var/lib/docker/overlay2/7433f9e0b6cb077d5c9ac74acb375adb20697e972f954b080a30ee19cf912a03/diff:/var/lib/docker/overlay2/ac59bc9aab20613db368490642609c671c911288a08894e093e2ec3f876cab32/diff:/var/lib/docker/overlay2/318756e505eab4400ce6ad877bb2b2541fd534613350383ba701eda1b4af932e/diff:/var/lib/docker/overlay2/a4647110b9a9b0260a08bcc2a45006d5a5dddbc7eac8c34b1f0bbc3010ee9b3f/diff:/var/lib/docker/overlay2/4bf9097403af1e79057a324aae0cfee53af05213dad459066e8a3a21c1181d8d/diff:/var/lib/docker/overlay2/abbfc3a7c81e4f312c3e4bcac218e1e0fa9ee62789c20379a1d97f44832f9feb/diff:/var/lib/docker/overlay2/1b5cdc6d57cc9f57441dc66bce5f8d8b9f2c5f52efeb71443730993a26724004/diff:/var/lib/docker/overlay2/a7aab6c084968cc1a6373f80966ef3d2a18a355d35f3ef15664f930bf72c443e/diff:/var/lib/docker/overlay2/ee39aa871ab7ac4a358f858f853b058ad8d0d74740be42773bd85ec937e6bbc1/diff:/var/lib/docker/overlay2/8a67aaf5cde79363ce1d418ac9e23278e7a19dfb180d728a8e3b95920d54585b/diff:/var/lib/docker/overlay2/42fd31fd0df3a36525ccfcafd9c03e5f7f0d747904f53e291645727e9bdd2834/diff:/var/lib/docker/overlay2/1b368adaec8471feabcc5d219a5cfa10e63510157c9621874becffab6d3dece0/diff:/var/lib/docker/overlay2/912d9478500501a2fa176a2b4f8c76af294fd896d2e29fd013a0d1cf13951fcd/diff",
                "MergedDir": "/var/lib/docker/overlay2/b52712b15e96451b5c8e6679b7a6d00f691913a519f592c4689fa518486da192/merged",
                "UpperDir": "/var/lib/docker/overlay2/b52712b15e96451b5c8e6679b7a6d00f691913a519f592c4689fa518486da192/diff",
                "WorkDir": "/var/lib/docker/overlay2/b52712b15e96451b5c8e6679b7a6d00f691913a519f592c4689fa518486da192/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "volume",
                "Name": "nextcloud_aio_apache",
                "Source": "/var/lib/docker/volumes/nextcloud_aio_apache/_data",
                "Destination": "/mnt/data",
                "Driver": "local",
                "Mode": "rw",
                "RW": true,
                "Propagation": ""
            },
            {
                "Type": "volume",
                "Name": "nextcloud_aio_nextcloud",
                "Source": "/var/lib/docker/volumes/nextcloud_aio_nextcloud/_data",
                "Destination": "/var/www/html",
                "Driver": "local",
                "Mode": "ro",
                "RW": false,
                "Propagation": ""
            }
        ],
        "Config": {
            "Hostname": "197325a01243",
            "Domainname": "",
            "User": "www-data",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "11000/tcp": {},
                "80/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "NC_DOMAIN=cloud.urup.me",
                "NEXTCLOUD_HOST=nextcloud-aio-nextcloud",
                "COLLABORA_HOST=nextcloud-aio-collabora",
                "TALK_HOST=nextcloud-aio-talk",
                "APACHE_PORT=11000",
                "ONLYOFFICE_HOST=nextcloud-aio-onlyoffice",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],
            "Cmd": [
                "/usr/bin/supervisord",
                "-c",
                "/supervisord.conf"
            ],
            "Image": "nextcloud/aio-apache:latest",
            "Volumes": {
                "/mnt/data": {},
                "/var/www/html": {}
            },
            "WorkingDir": "",
            "Entrypoint": [
                "start.sh"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "1b7ddd4da4f0522aa015c95ed570748cebd4ab97a8bd7e2a0fdd776c89683c3d",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "nextcloud-aio",
                "com.docker.compose.project.config_files": "docker-compose.yml",
                "com.docker.compose.project.environment_file": "my.conf",
                "com.docker.compose.project.working_dir": "/opt/nextcloud-aio",
                "com.docker.compose.service": "nextcloud-aio-apache",
                "com.docker.compose.version": "1.29.2"
            },
            "StopTimeout": 10
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "da3478f5d4babbca2b8edb63740893943f3096307161293edc5dc49f251e6421",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {
                "11000/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "11000"
                    }
                ],
                "80/tcp": null
            },
            "SandboxKey": "/var/run/docker/netns/da3478f5d4ba",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "nextcloud-aio_nextcloud-aio": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "197325a01243",
                        "nextcloud-aio-apache"
                    ],
                    "NetworkID": "9458f480ddd6e5b538f714613438a2b491ebfca70d176ac0a31e563653a652b1",
                    "EndpointID": "368e7740337b17e29c085913a109a13a028c5f6684b3302725b49b8df0eb59b9",
                    "Gateway": "172.19.0.1",
                    "IPAddress": "172.19.0.8",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:13:00:08",
                    "DriverOpts": null
                }
            }
        }
    }
]

Thank you!