Problem running container with ipc_mode='host'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 13d 8h
- Merged PRs (30d)
- 2
Description
I am having problem with ipc_mode='host' it seams like it is not working.
I run docker sdk version 4.2.0 with python 3.7.
When I run container with ipc_mode='host' see no difference as running without ipc_mode.
Can any one help me figure out what is the problem
container = self.docker_client.containers.run(self.IMAGE, tty=True, detach=True, name='Opencv',
volumes=volume_list,
devices=device,
environment=env,
ipc_mode='host')
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Reproduce the reported containers.run call with Docker SDK 4.2.0 and Python 3.7, compare it with a run without ipc_mode='host', and determine whether the option reaches the Docker Engine and produces the expected IPC behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100