查看容器IP

  1. docker inspect php7.4.2
  1. docker-compose up
  1. [+] Running 0/0
  2. - Network docker_dev-net Error 0.0s
  3. failed to create network docker_dev-net: Error response from daemon: Pool overlaps with other one on this address space
  4. docker network ls
  5. 查看docker网卡
  6. docker network rm 网卡id
  7. 删除docker网卡
  8. docker network inspect 网卡id
  9. 查看docker网卡的相关详细信息