docker run -it --name baota -p 8080:80 -p 8888:8888 debian:latest
换源
1
sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g'/etc/apt/sources.list.d/debian.sources
以下是 Debian Stable
1 2 3 4 5 6 7
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free non-free-firmware # deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free non-free-firmware deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free non-free-firmware # deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free non-free-firmware
# deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free non-free-firmware # deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free non-free-firmware