标签:docker
Docker修改镜像源地址
一、国内常用镜像源Docker 官方中国区:https://registry.docker-cn.com网易镜像源:http://hub-mirror.c.163.comUSTC:https://docker.mirrors.ustc.edu.cn阿里云注册:https://cr.console.aliyun.com/二、修改镜像源方法1、–re……
03-24 立刻查看
Docker安装portainer可视化管理页面
portainer 是一款可以通过Web界面管理docker的面板。新版本换到portainer-ce了。#查找镜像docker search portainer# 拉取镜像docker pull portainer/portainer-ce#创建虚拟存储卷docker create volume portainer_data#……
03-24 立刻查看