logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Error response from daemon: endpoint with name test-app already exists in network bridge.

docker: Error response from daemon: endpoint with name ****** already exists in network bridge.

#docker#容器#运维
docker mac 下载不同系统架构镜像

docker create --name temp-container 镜像ID或者镜像名:标签。# 下载指定架构的镜像到本地 linux/arm64/v8或者linux/amd64。# docker commit temp-container 新镜像名:标签。# 把刚才创建的临时容器,打包成一个全新的镜像。# 创建一个临时的容器,但不启动它。# 查看新镜像的系统架构。

#docker#macos#容器
到底了