Niels Groeneveld

Results 2 issues of Niels Groeneveld

## Environment - Platform (select one): - [ ] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [X] Other: Claude Code Jetbrains Plugin -...

bug
has repro
platform:linux
area:ide
platform:intellij

I can't seem to mount paths originating from a Windows directory using the docker-py. Mounting paths using docker-compose.yml docker_client = docker.from_env() docker_client.containers.run( image='ubuntu', command='sleep infinity', remove=True, detach=True, mounts=mounts ) I...