Skip to content

Seed CLI does not bind mount paths correctly when using Windows to create a Linux container #244

@mattbanderson

Description

@mattbanderson

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:

  1. On a Windows computer, follow the steps in the Seed CLI tutorial
  2. At the Run step, note the output of the bind mount in the docker run command.
  3. 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
seed-run-error

Configuration Files
seed.manifest.json
Dockerfile

Version and Environment Details

  • OS: Windows 10 build 19041
  • Seed CLI: 1.2.1
  • Docker: 19.03.08

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions