mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-23 02:13:50 +00:00
Convert bare URLs to markdown links
This commit is contained in:
@@ -37,9 +37,9 @@ Docker 安装配置
|
||||
```
|
||||
|
||||
**学习资源:**
|
||||
- 官方教程:https://docs.docker.com/get-started/
|
||||
- [官方教程](https://docs.docker.com/get-started/)
|
||||
- 本书第 1-3 章:入门篇基础概念
|
||||
- Docker CLI 参考:https://docs.docker.com/engine/reference/commandline/
|
||||
- [Docker CLI 参考](https://docs.docker.com/engine/reference/commandline/)
|
||||
|
||||
**时间投入:**
|
||||
- 理论学习:3-4 小时
|
||||
@@ -322,10 +322,10 @@ DevOps 工程化
|
||||
```
|
||||
|
||||
**贡献机会:**
|
||||
- Kubernetes(https://github.com/kubernetes/kubernetes)
|
||||
- Cilium(https://github.com/cilium/cilium)
|
||||
- Prometheus(https://github.com/prometheus/prometheus)
|
||||
- Docker/Moby(https://github.com/moby/moby)
|
||||
- [Kubernetes](https://github.com/kubernetes/kubernetes)
|
||||
- [Cilium](https://github.com/cilium/cilium)
|
||||
- [Prometheus](https://github.com/prometheus/prometheus)
|
||||
- [Docker/Moby](https://github.com/moby/moby)
|
||||
|
||||
### 知识点依赖关系
|
||||
|
||||
@@ -390,10 +390,10 @@ Kubernetes 进阶 (Week 24-36)
|
||||
|
||||
| 资源 | URL | 推荐程度 |
|
||||
|------|-----|--------|
|
||||
| Docker 官方文档 | https://docs.docker.com | ⭐⭐⭐⭐⭐ |
|
||||
| Docker Hub | https://hub.docker.com | ⭐⭐⭐⭐⭐ |
|
||||
| Kubernetes 官方 | https://kubernetes.io/docs | ⭐⭐⭐⭐⭐ |
|
||||
| CNCF 景观 | https://landscape.cncf.io | ⭐⭐⭐⭐ |
|
||||
| Docker 官方文档 | [docs.docker.com](https://docs.docker.com) | ⭐⭐⭐⭐⭐ |
|
||||
| Docker Hub | [hub.docker.com](https://hub.docker.com) | ⭐⭐⭐⭐⭐ |
|
||||
| Kubernetes 官方 | [kubernetes.io/docs](https://kubernetes.io/docs) | ⭐⭐⭐⭐⭐ |
|
||||
| CNCF 景观 | [landscape.cncf.io](https://landscape.cncf.io) | ⭐⭐⭐⭐ |
|
||||
|
||||
#### 在线课程
|
||||
|
||||
|
||||
@@ -2,28 +2,28 @@
|
||||
|
||||
### 官方网站
|
||||
|
||||
* Docker 官方主页:https://www.docker.com
|
||||
* Docker 官方博客:https://www.docker.com/blog/
|
||||
* Docker 官方文档:https://docs.docker.com/
|
||||
* Docker Hub:https://hub.docker.com
|
||||
* Docker 的源代码仓库:https://github.com/moby/moby
|
||||
* Docker 路线图:https://github.com/docker/roadmap/projects
|
||||
* Docker 发布版本历史:https://docs.docker.com/release-notes/
|
||||
* Docker 常见问题:https://docs.docker.com/engine/faq/
|
||||
* Docker 远端应用 API:https://docs.docker.com/develop/sdk/
|
||||
* [Docker 官方主页](https://www.docker.com)
|
||||
* [Docker 官方博客](https://www.docker.com/blog/)
|
||||
* [Docker 官方文档](https://docs.docker.com/)
|
||||
* [Docker Hub](https://hub.docker.com)
|
||||
* [Docker 源代码仓库](https://github.com/moby/moby)
|
||||
* [Docker 路线图](https://github.com/docker/roadmap/projects)
|
||||
* [Docker 发布版本历史](https://docs.docker.com/release-notes/)
|
||||
* [Docker 常见问题](https://docs.docker.com/engine/faq/)
|
||||
* [Docker 远端应用 API](https://docs.docker.com/develop/sdk/)
|
||||
|
||||
### 实践参考
|
||||
|
||||
* Dockerfile 参考:https://docs.docker.com/engine/reference/builder/
|
||||
* Dockerfile 最佳实践:https://docs.docker.com/build/building/best-practices/
|
||||
* [Dockerfile 参考](https://docs.docker.com/engine/reference/builder/)
|
||||
* [Dockerfile 最佳实践](https://docs.docker.com/build/building/best-practices/)
|
||||
|
||||
### 技术交流
|
||||
|
||||
* Docker 邮件列表:https://groups.google.com/forum/#!forum/docker-user
|
||||
* Docker 社区 Slack:https://dockercommunity.slack.com/
|
||||
* Docker Community Discord: https://discord.gg/docker
|
||||
* Docker 的 X (Twitter) 主页:https://twitter.com/docker
|
||||
* [Docker 邮件列表](https://groups.google.com/forum/#!forum/docker-user)
|
||||
* [Docker 社区 Slack](https://dockercommunity.slack.com/)
|
||||
* [Docker Community Discord](https://discord.gg/docker)
|
||||
* [Docker 的 X (Twitter) 主页](https://twitter.com/docker)
|
||||
|
||||
### 其它
|
||||
|
||||
* Docker 的 StackOverflow 问答主页:https://stackoverflow.com/search?q=docker
|
||||
* [Docker 的 StackOverflow 问答主页](https://stackoverflow.com/search?q=docker)
|
||||
|
||||
Reference in New Issue
Block a user