include TOC
This commit is contained in:
parent
3d7d8fbbdd
commit
d38ef34eb7
14
README.md
14
README.md
|
@ -1,9 +1,19 @@
|
||||||
# | Introduction to docker (2) |
|
# | Introduction to docker (2) |
|
||||||
|
|
||||||
**Adrien Marquès**
|
|
||||||
|
|
||||||
|
### Table Of Contents
|
||||||
|
<!-- toc -->
|
||||||
|
|
||||||
|
- [III. Setting up a development stack](#iii-setting-up-a-development-stack)
|
||||||
|
* [1) Choosing images](#1-choosing-images)
|
||||||
|
* [2) Volume & network sharing policy](#2-volume--network-sharing-policy)
|
||||||
|
+ [1. Volume sharing](#1-volume-sharing)
|
||||||
|
* [a) Configuration files](#a-configuration-files)
|
||||||
|
* [b) Storage files](#b-storage-files)
|
||||||
|
+ [2. Launch it](#2-launch-it)
|
||||||
|
|
||||||
|
<!-- tocstop -->
|
||||||
|
|
||||||
[TOC]
|
|
||||||
|
|
||||||
## III. Setting up a development stack
|
## III. Setting up a development stack
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue