From e80194932411dbc426b1e33e239a347fc68c00fc Mon Sep 17 00:00:00 2001 From: Nathan Tien You Date: Wed, 18 Sep 2024 09:19:24 +0000 Subject: [PATCH] Fix : use markdown images instead of object tags --- presentation/slides.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/presentation/slides.md b/presentation/slides.md index 636a809..086ad30 100644 --- a/presentation/slides.md +++ b/presentation/slides.md @@ -65,13 +65,13 @@ Nathan Tien You ## Conteneurs Contexte d'éxecution isolé : chroot - +![chroot](./assets/chroot.svg) --- ## Base du conteneur : image - +![Docker_image](./assets/Docker_image.drawio.svg) --- @@ -85,8 +85,7 @@ Contexte d'éxecution isolé : chroot ```bash docker run hello-world ``` - - +![container_run](./assets/Container.drawio.svg) ----