9 lines
196 B
Bash
9 lines
196 B
Bash
#!/bin/bash
|
|
|
|
|
|
docker run --name devfusion \
|
|
-d \
|
|
--rm \
|
|
-v /root/wdd/ranjing-python-devfusion/config-dev.yaml:/dev-fusion/config.yaml \
|
|
harbor.cdcdyy.com.cn/cmii/cmii-uavms-pyfusion:6.2.0
|