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