How can I "mirror" my whole system to a Docker image on an automated way? I wouldn't like to create only a base-image, but all my installed applications to image.
You can find some example in "Create a base image".
You have two options:
debootstrap
, which can install a distro base system into a subdirectory of another, already installed system.SCRATCH
image, and copy the files you want in it.