怎样在linux命令行下或者java中获取docker hub或者阿里云镜像仓库的我的私有仓库的镜像?
docker login -u yourusername -p yourpasswd xxxxx(仓库地址)docker pull xxxxxx(你的镜像)