Skip to content

Commit c01ae40

Browse files
authored
Update docker-.md
1 parent a309822 commit c01ae40

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/docker-.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Docker
33
position: 1
44
---
5+
6+
7+
# Introduction à Docker
58
<div style="text-align:center">
69
<img src="../../img/docker.gif" alt="drawing" style="width:45%; height:45%"/>
710
</div>
@@ -111,7 +114,7 @@ Pour savoir tout ce qu'on peut faire avec les volumes taper la commande ` docker
111114
</div>
112115

113116

114-
### Dockerfile
117+
## Dockerfile
115118

116119
Ce fichier permet de créer une image custom, au lieu de le faire en ligne de commande, on peut le faire dans un fichier dont la maintenance est facile.
117120

@@ -128,9 +131,9 @@ COPY . .
128131
CMD ["flask", "run"]
129132
```
130133

131-
### Docker-compose
134+
## Docker-compose
132135

133-
#### Installation
136+
### Installation
134137

135138
Vous trouverez ici tout ce qu'il vous faut sur <a style="text-decoration: underline; color:black" href="https://docs.docker.com/compose/gettingstarted/"> Docker-compose </a>
136139

@@ -144,7 +147,7 @@ Appliquez les autorisations exécutables au binaire <a style="text-decoration: u
144147
sudo chmod +x /usr/local/bin/docker-compose
145148
```
146149

147-
#### Utilisation
150+
### Utilisation
148151

149152
Rappelons que ce fichier contient le docker run commande
150153

0 commit comments

Comments
 (0)