Topic: Working with docker containers
All the articles with the topic "Working with docker containers".
1. How to use chainguard docker images to create a secure and minimal python docker image
This episode navigates through chainguard’s website/documentation to refactor a python docker image that is used to build the backend component of the Event Driven Architecture series. This refactoring exercises attempts to tap on chainguard’s docker images as base image to create a secure docker image with minimal size.
2. How to configure non ROOT user on docker images
This episode covers some basic perspective to understanding why ROOT user should not be used when running docker containers. This also covers basic approach to setting up a non-ROOT user on docker configuration files.