摘要:
一. Git安装与配置 # mac安装command line tools之后自带git开发环境,以下是linux的安装,Windows安装客户端即可。 sudo apt-get install git # 初始化git git init # 配置用户信息 git config --glob 阅读全文
posted @ 2021-01-06 15:06
测神
阅读(195)
评论(0)
推荐(0)
摘要:
一. 安装与配置 概念:Image-镜像;container-容器,镜像的实例化;registry-保存镜像的服务,含不同版本的标签; 默认在dockerhub上拉,配置配为阿里云的。 win7、win8 用 docker toolbox 来装:http://mirrors.aliyun.com/d 阅读全文
posted @ 2021-01-06 15:00
测神
阅读(125)
评论(0)
推荐(0)