mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-07 18:41:33 +01: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>