docker 在容器外执行容器内的命令
docker 在容器外执行容器内的命令:
docker exec -it $DOCKER_ID /bin/bash -c 'cd /home; echo "hi, I am in docker container"'
0
赞