mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-15 02:41:10 +02:00
We need to be able to run an install with `docker run`. This checks if we are running from docker and skips overlay mount checks if we are, as docker creates a handful of overlay mounts by default that we can't workaround (not easily at least). Signed-off-by: Andrew Rynhard <andrew@rynhard.io>