hub host:hub.docker.com
登录方式: - 登录 docker login hub.docker.com
构建image: 1、cd Dockerfile所在目录: 2、docker build -t "image_name" .
上传image: 1、docker tag mawentao/dzutf8:stable hub.docker.com/mawentao/dzutf8:stable 2、docker push hub.docker.com/mawentao/dzutf8:stable
下载image: docker pull hub.docker.com/mawentao/dzutf8:stable
|