docker命令学习

#进入容器

docker exec -it -u $user $docker_server bash

#查看docker起的服务list

docker ps

原文地址:https://www.cnblogs.com/syw-home/p/12652603.html