docker_practice
docker_practice copied to clipboard
Learn and understand Docker&Container technologies, with real DevOps practice!
* [ ] Have u googled the problem? If no, pls do that first! ### Environment * [x] Linux * [x] CentOS 7 ### Docker Version * [x] Docker CE...
Hi there, this is Mr.hope from [vuepress team](https://github.com/vuepress), just have some spare time upgrading this awesome doc to VuePress2. VP2 has better performance. The mirror docs works fine on my...
## docker-practice github 组织 * https://github.com/docker-practice - [ ] 存放本项目实践的源码,和用到的 Docker 镜像的 Dockerfile - [ ] 孵化、托管一些 Docker 相关项目,利用本项目的知名度,推荐一些优秀项目 - [x] Fork 一些 Docker 相关项目 - [x] 建立 https://docker-practice.com/ 网站...
Hi there, I am learning docker and DevOps in general and I find your book to be quite useful and cover topics a lot in depth but I have to...
### rpm离线下载 文档https://github.com/yeasy/docker_practice/blob/master/install/offline.md中列出的离线下载包方法 ```bash sudo yum install --downloadonly --downloaddir=/tmp/docker-19.03 docker-ce-19.03.8-3.el7 docker-ce-cli-19.03.8-3.el7 ``` 如果联网机器已经安装过了当前版本,则会提示“软件包 ******** 已安装并且是最新版本”,导致无法下载。  ### rpm离线本地安装 文档https://github.com/yeasy/docker_practice/blob/master/install/offline.md中列出的离线下载包方法 ```bash yum install *.rpm ``` 因为依赖包先后顺序无法正确梳理,也会显示各种依赖问题导致安装失败。
English
**Proposed changes (Mandatory)** **Fix issues (Optional)**
添加 AtomHub 可信镜像中心 **Proposed changes (Mandatory)** 有些镜像加速器用起来麻烦,推荐使用 AtomHub 可信镜像中心。由开放原子开源基金会牵头,联合多家行业伙伴发起,遵循OCI(Open Container Initiative,以下简称“OCI”)容器镜像标准,旨在为开发者提供开放中立、安全可信、高效便捷的新一代开源容器镜像中心。
**Proposed changes (Mandatory)** **Fix issues (Optional)**