摘要:
命令 tag docker tag 用于给镜像打标签,语法如下: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] ① 比如我现在有一个 centos 镜像: [root@localhost ~]$ docker tag centos centos:v 阅读全文
摘要:
docker安装命令: docker run -d \ -p 9000:9000 \ -p 9001:9001 \ --name minio1 \ -v /home/minio/data:/data \ -e "MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE" \ -e " 阅读全文