Linux備忘録
下記がインストールされていること
sudo apt install docker-ce docker-ce-cli docker-ce-rootless-extras docker-compose-plugindocker composeコマンドがdocker-composeとして利用できること。(docker-composeパッケージは古いためNG)
sudo ln -s /usr/libexec/docker/cli-plugins/docker-compose /us.../etc/network/interfacesから対象のNICのネットワーク情報を削除
vi /etc/network/interfaces
systemctl restart NetworkManager
nmcli device connect enp0s25
nmcli con
nmcli con add type bridge autoconnect yes ifname br1
nmcli connection mod...