Check if Docker container is running on Windows from inside a Linux container
I'm maintaining a Docker image of a database (Linux). The image runs on Linux and Windows (Linux container on Windows - lcow). But on Windows it behaves a bit different. How can I detect if the host OS is Windows…