From 6184c0bf3d2ac2795c9309d39af4c2ad1fb892c7 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Wed, 17 Oct 2018 20:42:13 +0200 Subject: [PATCH] Start a part about security --- tutorial/docker-advanced/Makefile | 2 +- tutorial/docker-advanced/compose.md | 6 ------ tutorial/docker-advanced/security.md | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 tutorial/docker-advanced/security.md diff --git a/tutorial/docker-advanced/Makefile b/tutorial/docker-advanced/Makefile index c159b39..9d8a04a 100644 --- a/tutorial/docker-advanced/Makefile +++ b/tutorial/docker-advanced/Makefile @@ -1,4 +1,4 @@ -SOURCES = tutorial.md setup.md what.md manual.md compose.md rendu.md +SOURCES = tutorial.md setup.md what.md manual.md compose.md security.md rendu.md PANDOCOPTS = --latex-engine=xelatex \ --standalone \ --normalize \ diff --git a/tutorial/docker-advanced/compose.md b/tutorial/docker-advanced/compose.md index 9bd46b6..20ed410 100644 --- a/tutorial/docker-advanced/compose.md +++ b/tutorial/docker-advanced/compose.md @@ -152,9 +152,3 @@ le résultat : Encore une fois, testez la bonne connexion entre chronograf (accessible sur ) et influxdb. - - -## Rendu - -Pour cette partie, vous devrez rendre la dernière itération de votre -`docker-compose.yml`. diff --git a/tutorial/docker-advanced/security.md b/tutorial/docker-advanced/security.md new file mode 100644 index 0000000..8460224 --- /dev/null +++ b/tutorial/docker-advanced/security.md @@ -0,0 +1,16 @@ +## Limiter les ressources + + +### CPU + +### Mémoire + +### Bande passante + + +## Sécuriser l'exécution + + +### seccomp + +### Capabilities