aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volume binding propagation options

HanfordWu opened this issue · comments

Hi, I am wondering how to bind volume with propagation options: shared, slave, etc.
I tried binds.append("host_path:conainer_path:shared"), it didn't work.
Thanks for help.