IPC=host parameter in docker interpreter not recognized

Hey,

 

apparently --ipc=host is not a recognized run option in the Run/Debug despite being a supported parameter for a while:
https://docs.docker.com/engine/reference/commandline/run/

 

I connect to my local docker daemon via an unix socket, version is:
Docker version 18.09.2, build 6247962

 

Any possible workaround for this?

0
1 comment

You seem to be right. IPC mode is a container setting:

https://docs.docker.com/engine/reference/run/#ipc-settings---ipc

In run configuration of PyCharm, we have a separate field for container settings, and it does not support the IPC setting. I also didn't find an already existing feature request in our issue tracker.

Please feel free to submit a corresponding feature request to our issue tracker using the link https://youtrack.jetbrains.com/issues/PY and let us know if you need any help.

0

Please sign in to leave a comment.