Like I’ve said before in other threads, I want to able to run manjaro-arm-installer on any platform.
I have to add that this application uses linux dialog, so it’s a CLI app.
Manjaro-arm-installer runs a lot of systemd programs, needs access to devices, write partitions and so forth, that doesn’t seem to be solved with a simple --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --privileged addition to a docker run -it command.
It’s making me question if docker is even the right virtualization tool for this.
That is why I ask: Is docker suitable for running SD card flasher applications, in particular manjaro-arm-installer?