仿Rust 用于启动indradb容器的命令: sudo docker run --net=host --privileged --entrypoint /workspace/indradb -v /tmp:/tmp -v /home/djp/indradb/target/debug:/workspace --name indradb -it -d ubuntu:18.04 用于启动server_main容器的命令: sudo docker run --net=host --privileged --entrypoint /workspace/server_main -v /home/djp/mocknet-rust/target/debug:/workspace --name mocknet -it -d ubuntu:18.04