排序
Docker 安装及基础常用命令
更新环境apt update -y && apt upgrade -y && apt install -y curl wget sudo socat官方安装dockercurl -fsSL https://get.docker.com -o get-docker.sh && sh get-doc...
Docker基础知识
什么是Docker?Docker是一组平台即服务(PaaS) 产品,它使用操作系统级别的虚拟化在称为容器(Container)的包中交付软件。该服务有免费和高级两种。托管容器的软件称为Docker Engine。它于 201...
Docker 设置国内镜像源
一、国内加速地址1.Docker中国区官方镜像https://registry.docker-cn.com2.网易http://hub-mirror.c.163.com3.ustchttps://docker.mirrors.ustc.edu.cn4.中国科技大学https://docker.mirrors.us...