Description
When using Seed CLI on Windows to build a Linux Docker container, seed run does not bind mount input files to a valid path in the container.
Reproduction Steps
Steps to reproduce the problem:
- On a Windows computer, follow the steps in the Seed CLI tutorial
- At the Run step, note the output of the bind mount in the
docker run command.
- Seed CLI attempts to bind mount a Windows path (C:\some\path\to\file) to a Windows path inside the container.
Expected behavior
Seed CLI should detect the operating systems involved and build operating system-specific paths.
Screenshots

Configuration Files
seed.manifest.json
Dockerfile
Version and Environment Details
- OS: Windows 10 build 19041
- Seed CLI: 1.2.1
- Docker: 19.03.08