1. Extrayez l'image centos7
[root@localhost ~]# docker pull centos:7
2 Démarrez l'image centos7 Si /bin/bash n'est pas spécifié, le conteneur s'arrêtera automatiquement après l'exécution de <🎜. >
[root@localhost ~]# docker run -d -i -t <IMAGE ID> /bin/bash
[root@localhost ~]# docker exec -it <CONTAINER ID> bash
[root@8f10fbd6bd5a /]# yum install -y net-tools
[root@localhost ~]# pkill docker [root@localhost ~]# iptables -t nat -F [root@localhost ~]# ifconfig docker0 down [root@localhost ~]# brctl delbr docker0 [root@localhost ~]# systemctl restart docker [root@localhost ~]# docker start <CONTAINER ID>
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!