You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,7 +114,7 @@ Pour savoir tout ce qu'on peut faire avec les volumes taper la commande ` docker
111
114
</div>
112
115
113
116
114
-
###Dockerfile
117
+
## Dockerfile
115
118
116
119
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.
117
120
@@ -128,9 +131,9 @@ COPY . .
128
131
CMD ["flask", "run"]
129
132
```
130
133
131
-
###Docker-compose
134
+
## Docker-compose
132
135
133
-
####Installation
136
+
### Installation
134
137
135
138
Vous trouverez ici tout ce qu'il vous faut sur <astyle="text-decoration: underline; color:black"href="https://docs.docker.com/compose/gettingstarted/"> Docker-compose </a>
136
139
@@ -144,7 +147,7 @@ Appliquez les autorisations exécutables au binaire <a style="text-decoration: u
144
147
sudo chmod +x /usr/local/bin/docker-compose
145
148
```
146
149
147
-
####Utilisation
150
+
### Utilisation
148
151
149
152
Rappelons que ce fichier contient le docker run commande
0 commit comments