Can I use ipc option in rancher?

I create a stack by a docker-compose config file, I found the ipc options is ignored in rancher.

Describe your issue here


Useful Info
Versions Rancher v1.0.0 Cattle: v0.159.2 UI: v0.100.3
Access Disabled
Route environment.code

I create a stack by a docker-compose config file, I found the ipc options is ignored in rancher.

original config

xxx:
  restart: always
  image: "xxx"
  ipc: host
  ports:
    - 8002:3000

rancher parsed config

xxx:
  ports:
  - 8002:3000/tcp
  image: xxx

This is now a feature request in Github.