Chris Wolf

Results 18 comments of Chris Wolf

> docker.for.mac.host.internal I read this DNS string is deprecated and is now just `host.docker.internal` https://forums.docker.com/t/understanding-the-docker-for-mac-localhost-behavior/41921/4

I am getting this error as well. I changed my port mappings to explicitly set the host side, even when it's the same port as the container side, and it...

> @wolfch-elsevier I think issue in this port mapping `- "2182:2181"`. Error states that ports should match. Hi, that was a typo in my `docker-compose.yml`. I corrected that to `2181:2181`...

> @wolfch-elsevier You can't have multiple containers with the same port in one task. You may start several tasks for this purpose. Ok, I thought in `awsvpc` mode each container...

I wonder if this issue is related to what I'm seeing. I do an HTTP POST of a file to a REST endpoint on the other side of Skipper and...

If your `change-data.binary` file doesn't have write permission, Webprotege will silently just not write your changes which will only be in-memory, then when you restart, the unpersisted changes will be...

Does anyone know where to put this `"runArgs": ["--mount", "type=volume,target=/tmp/"],` workaround from @DanielHabenicht ?

I was able to do another workaround to avoid the `tmpfs` mount for `/tmp` by doing a bind mount of the hosts' `/tmp` via this config addition to `.devcontainer/devcontainer.json`: ```json...

Hi @gliptak - I tried your PR as a patch to `botocore` and zipped up the patched `boto3`/ `botocore` to `s3cip_deps.zip` and submitted to Amazon EMR (pyspark), via : ```...

> @wolfch-elsevier you might try removing that folder the Python search path or this has a pointer > > https://stackoverflow.com/questions/25872134/cxfreeze-error-resource-filename-only-supported-for-egg-not-zipp Hi, thanks. No but this directory, `/botocore.zip/botocore/data` is an integral...