esackbauer
I have read that tutorial. There is no /etc/network/interfaces.d/50-cloud-init.cfg
.
This might be a similar file /etc/netplan/50-cloud-init.yaml
:
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
version: 2
ethernets:
enp1s0:
accept-ra: true
dhcp4: true
dhcp6: true
match:
macaddress: 56:00:04:8b:5a:87
set-name: enp1s0
I have not configured Docker. Docker should support IPv6 by default, I believe?
May I know how to configure Docker?
Thanks.