https://github.com/yanlongma/docker-notes
Docker learning notes
https://github.com/yanlongma/docker-notes
Last synced: 8 months ago
JSON representation
Docker learning notes
- Host: GitHub
- URL: https://github.com/yanlongma/docker-notes
- Owner: yanlongma
- Created: 2017-10-27T11:29:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T09:44:20.000Z (about 6 years ago)
- Last Synced: 2025-03-29T10:13:25.263Z (9 months ago)
- Homepage:
- Size: 535 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker 学习笔记
## Docker 资料
[1. Docker 概览](01_overview.md)
[2. Docker 核心概念与安装](02_install.md)
[3. Docker 镜像命令汇总](03_image.md)
[4. Docker 容器命令汇总](04_container.md)
[5. Docker 仓库](05_repository.md)
[6. Docker 数据管理](06_volumes.md)
[7. Docker 端口映射与容器互联](07_port_link.md)
[8. 使用 Dockerfile 创建镜像](08_dockerfile.md)
[9. 使用镜像加速器](mirror.md)
## Compose 资料
[1. Docker Compose 安装](https://docs.docker.com/compose/install/)
[2. Docker Compose 文件格式参考](https://docs.docker.com/compose/compose-file/)
## PHP 环境搭建
[1. 使用 Docker LNMP 搭建 PHP 开发环境](https://github.com/yanlongma/docker-lnmp)
[2. 使用 LaraDock 搭建 PHP 开发环境](laradock.md)
# 版权声明
> 本文为博主学习笔记,首发于[马燕龙个人博客](http://www.mayanlong.com "马燕龙个人博客"),欢迎分享,转载请标明出处。
> 马燕龙个人博客:[http://www.mayanlong.com](http://www.mayanlong.com "马燕龙个人博客")
> 马燕龙个人微博:[http://weibo.com/imayanlong](http://weibo.com/imayanlong "马燕龙个人微博")
> 马燕龙Github主页:[https://github.com/yanlongma](https://github.com/yanlongma "马燕龙Github主页")