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.