RUN cargo install --path . CMD ["myapp"]. Then, build and run the Docker image: $ docker build -t my-rust-app . $ docker run -it --rm --name my-running-app ...
確定! 回上一頁