摘要:        
### 一、安装与配置 安装: ``` # Centos7 yum install docker ``` 启动 & 设为开机启动: ``` systemctl start docker.service systemctl enable docker.service ``` 镜像源配置: ``` #     阅读全文
        
            posted @ 2023-05-29 17:28
jhsss
阅读(37)
评论(0)
推荐(0)
        
    | 
摘要:        
### 一、安装与配置 安装: ``` # Centos7 yum install docker ``` 启动 & 设为开机启动: ``` systemctl start docker.service systemctl enable docker.service ``` 镜像源配置: ``` #     阅读全文
 
            posted @ 2023-05-29 17:28
jhsss
阅读(37)
评论(0)
推荐(0)
         
摘要:        
### 一、仓库管理 `git init`:本地初始化 `git clone`:克隆远程仓库 `git remote`:远程仓库管理 - `git remote`:查看远程仓库的信息 - `git remote -v`:显示更详细的信息 - `git remote add path`:添加远程仓库     阅读全文
 
            posted @ 2023-05-29 14:58
jhsss
阅读(47)
评论(0)
推荐(0)
         |