← Back to context

Comment by dwroberts

18 days ago

Flatcar (that it is based on) is designed to only run containers. So you don’t install any tools via a package manager, you would pull containers to do the work.

You can do one-off configuration by writing scripts to run when the machine first boots, but after that the whole system is immutable except for whatever containers you’ve configured

Thanks. I misunderstood that they are talking about Azure container linux and not Azure Linux 4.0 which will use Fedora's package manager.