docker容器网络不通,使用apt-get update也无法更新问题解决
--network host所有容器和主机互通
docker run -it --privileged=true --network=host ubuntu:20.04 /bin/bash root@A1022:/# apt-get update Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [876 kB]
可以愉快的安装软件了