Skip to content

Docker container fails on Windows – missing sh and volume mounting issues in ArchGW 0.3.6 #538

@yassirzarhouni

Description

@yassirzarhouni

Hi team

I was following the quickstart instructions in the docs for version 0.3.6, but ran into issues when running Docker commands on Windows.

The examples use Unix-style volume mounts and line continuations (e.g. ), which cause problems in Windows Command Prompt or PowerShell.

Environment

  • OS: Windows 10
  • ArchGW CLI: 0.3.6
  • Docker: 25.x
  • Docker Compose: 2.29+
  • Python: 3.12 (venv active)

Error Output

docker: Error response from daemon: failed to create task for container:
failed to create shim task: OCI runtime create failed: runc create failed:
unable to start container process: exec: "sh": executable file not found in $PATH: unknown.

General infos :

docker run --rm katanemo/archgw:0.3.6 ls -la /bin
And it confirms that sh isn't available in the image, which seems to be the issue.
plus even when you try a workaround it still have a problem with mounting the needed files to the volume of the docker container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions