1.设置开机启动 If you want Docker to start at boot, you should also: $ sudo systemctl enable docker 2. 启动,停止,重启 $ sudo systemctl start docker $ sudo systemctl stop docker $ sudo systemctl restart docker 3.开启本地和远程 修改/etc/sysconfig/docker文件,替换 -H fd://为 -H u…