...
代码块 |
---|
docker run --init --privileged -itd --name fsu --restart=always -v /dev:/dev --network host fsu:devlatest bash -c "/usr/bin/supervisord -c /etc/supervisor/supervisord.conf && tail -f /dev/null" |
...
...
代码块 |
---|
docker run --init --privileged -itd --name fsu --restart=always -v /dev:/dev --network host fsu:devlatest bash -c "/usr/bin/supervisord -c /etc/supervisor/supervisord.conf && tail -f /dev/null" |
...