切换深色或浅色模式
docker pull 镜像名称
docker images
docker tag 旧名称(或镜像id) 新名称
docker push 镜像名称
docker rmi 镜像名称
docker run 镜像名称