如果没有创建docker环境的话,需要先安装docker环境。

1. 使用命令创建容器

docker run -d -p 8081:8080 atcol/docker-registry-ui

8081: 指定端口。

运行成功后使用 宿主机ip+端口 访问 url :

搭建docker本地仓库

 

 

 2. 创建docker的镜像仓库

ip+端口+/registry/index

http://192.168.233.90:8081/registry/index

搭建docker本地仓库

 

 

 

点击 创建仓库

搭建docker本地仓库

 

 

 

参考:

https://github.com/atcol/docker-registry-ui

 

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
  • 2021-10-10
  • 2021-08-25
  • 2022-12-23
猜你喜欢
  • 2022-01-01
  • 2021-12-10
  • 2021-11-23
  • 2021-08-16
  • 2022-02-11
相关资源
相似解决方案