first commit

This commit is contained in:
2024-06-03 18:43:35 +02:00
parent 2da01a3f6e
commit f501d519af
883 changed files with 71550 additions and 2 deletions

29
dockers/web/Readme.txt Normal file
View File

@ -0,0 +1,29 @@
Pour l'installation d'un serveur web static (avec NGINX)
0) Verification qu'il n'y a pas deja une image
# docker images
# cd /root/install_web
1) fabrication du docker avec le fichier Dockerfile
Cela utilise
- Dockerfile : le fichier de description
- html : qui contient les pages static
# docker build -t webkaz .
2) verification de la creation (webkaz apparait)
# docker images
3) Lancement du web
Dans docker-compose.yml
- il y a nommage du container
# docker-compose up -d
4) Verification
Il y a un container
# docker ps