Start a part about security
This commit is contained in:
parent
4e107e631d
commit
6184c0bf3d
3 changed files with 17 additions and 7 deletions
|
|
@ -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 \
|
PANDOCOPTS = --latex-engine=xelatex \
|
||||||
--standalone \
|
--standalone \
|
||||||
--normalize \
|
--normalize \
|
||||||
|
|
|
||||||
|
|
@ -152,9 +152,3 @@ le résultat :
|
||||||
|
|
||||||
Encore une fois, testez la bonne connexion entre chronograf (accessible sur
|
Encore une fois, testez la bonne connexion entre chronograf (accessible sur
|
||||||
<http://localhost:8888>) et influxdb.
|
<http://localhost:8888>) et influxdb.
|
||||||
|
|
||||||
|
|
||||||
## Rendu
|
|
||||||
|
|
||||||
Pour cette partie, vous devrez rendre la dernière itération de votre
|
|
||||||
`docker-compose.yml`.
|
|
||||||
|
|
|
||||||
16
tutorial/docker-advanced/security.md
Normal file
16
tutorial/docker-advanced/security.md
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
## Limiter les ressources
|
||||||
|
|
||||||
|
|
||||||
|
### CPU
|
||||||
|
|
||||||
|
### Mémoire
|
||||||
|
|
||||||
|
### Bande passante
|
||||||
|
|
||||||
|
|
||||||
|
## Sécuriser l'exécution
|
||||||
|
|
||||||
|
|
||||||
|
### seccomp
|
||||||
|
|
||||||
|
### Capabilities
|
||||||
Loading…
Add table
Add a link
Reference in a new issue