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) ----