Pass --ipc=host option

Description

It would be nice to be able to start Docker runner with --ipc="host" option which will help us run Electron based apps. Currently they are crashing sometimes due to memory / resource exhaustion inside Docker container.

Proposal

Add ipc to the list of Docker container options to pass