knowledge/sysadmin/docker.md
Lukas Vacula b307e05e52 init
2023-11-28 10:20:03 -05:00

9 lines
180 B
Markdown

# Docker
## Performance
- Containers will use all available resources - RAM, CPU, GPU
- This includes unlimited access to CPU cycles.
## Sources
- Docker official documentation