An open API service indexing awesome lists of open source software.

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

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主页")