1、查看需要修改的容器ID
docker ps -a
2、关闭容器
docker stop a1dfedb499d7
3、修改容器端口
https://blog.csdn.net/u012760564/article/details/107866726