1、如何配置启动容器时的命令参数
例如frp需要指定启动容器时的命令参数,unraid模板需要如何配置
-c /etc/frp/frps.toml
2、如何配置绑定传播,我看docker官网这么介绍的,unraid模板是不是不支持
[Configure bind propagation](https://docs.docker.com/engine/storage/bind-mounts/#configure-bind-propagation)
Bind propagation defaults to `rprivate` for both bind mounts and volumes. It is only configurable for bind mounts, and only on Linux host machines. Bind propagation is an advanced topic and many users never need to configure it.
-v "$(pwd)"/target:/app2:ro,rslave \