2024-12-13 17:07:55 +01:00
..
2024-06-03 18:43:35 +02:00
2024-06-03 18:43:35 +02:00
2024-08-23 12:25:45 +02:00
2024-07-08 20:51:54 +02:00
2024-12-13 17:07:55 +01:00
2024-06-03 18:43:35 +02:00
2024-06-03 18:43:35 +02:00
2024-06-03 18:43:35 +02:00

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