例: docker run --rm -it --name my_centos_1 -e tutor=cdarling centos /bin/bash 其中的-e表示添加环境变量然后在容器中 # echo $tutorcdarling#