»Docker - Tips and Best Practices«
2019-10-11, 14:30–16:30, S1 Disco Room
Already familiar with docker? How about some tips and best practices?
This workshop is intended as a mid to advanced-level presentation.
This will cover some tips using docker, mainly focused on better building and maintaining docker images:
- How to docker-compose (multi container application)
- How to improve a Dockerfile
- reduce image size
- reduce complexity
- reduce build time
- some tips
- multi-stage builds
- do not use root
- Introducing to docker build-kit