I noticed that when using App Launchpad to deploy Docker images, the container does not have an IPv6 address. This limitation has restricted some of my work, as it prevents connecting to certain APIs that are only accessible via IPv6. Is there a possibility of enabling IPv6 addresses in the future?
/app # ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
251: eth0@if252: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether 1a:ba:ab:16:**:** brd ff:ff:ff:ff:ff:ff
inet 10.5.**.**/32 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::18ba:abff:fe16:5877/64 scope link
valid_lft forever preferred_lft forever