Rebuilding containers when needed – Debian
An application container has generally three parts: The base image that, in Linux case, contains the core POSIX tools and system libraries (e.g. FROM debian:stable) The runtime libraries or helper tools usually installed from some kind of package (e.g. RUN…