https://github.com/pengfeiw/docker-tutorial
docker 教程,docker tutorial。
https://github.com/pengfeiw/docker-tutorial
docker docker-tutorial
Last synced: 8 months ago
JSON representation
docker 教程,docker tutorial。
- Host: GitHub
- URL: https://github.com/pengfeiw/docker-tutorial
- Owner: pengfeiw
- License: mit
- Created: 2022-04-30T07:47:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T11:51:13.000Z (over 3 years ago)
- Last Synced: 2023-03-09T01:52:29.358Z (almost 3 years ago)
- Topics: docker, docker-tutorial
- Homepage: https://pengfeixc.com/tutorial/docker/docker-guide
- Size: 26.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker 教程
本篇教程翻译并整理自 [Docker Guide](https://robertcooper.me/post/docker-guide),原版作者 [Robert Cooper](https://twitter.com/robertcooper_rc)。
该教程是一篇极简的 docker 入门教程,非常适合新手入门。
教程的意图是解释与 Docker 相关的比较重要的一些概念,使开发者可以更有效的使用 Docker 进行开发。
在线阅读地址:[docker 教程](https://pengfeixc.com/tutorial/docker/docker-guide)
- [001 Docker 是什么](https://pengfeixc.com/tutorial/docker/what-is-docker)
- [002 安装](https://pengfeixc.com/tutorial/docker/install-docker)
- [003 Dockerfile 文件](https://pengfeixc.com/tutorial/docker/dockerfile)
- [004 Docker Images](https://pengfeixc.com/tutorial/docker/docker-image)
- [005 Docker Containers](https://pengfeixc.com/tutorial/docker/docker-containers)
- [006 Docker Volumes](https://pengfeixc.com/tutorial/docker/docker-volumes)
- [007 Docker networks](https://pengfeixc.com/tutorial/docker/docker-networks)
- [008 清理旧数据](https://pengfeixc.com/tutorial/docker/how-to-clean-docker)
- [009 Docker Compose](https://pengfeixc.com/tutorial/docker/compose)
- [010 环境变量](https://pengfeixc.com/tutorial/docker/environment-variable)
(未完待续)