How to Use Docker with Rust Web Applications

Run Rust web application tests in a Docker container using the ./ci/run-docker.sh script with your target architecture.

Use the ./ci/run-docker.sh script to execute your Rust web application tests inside a Docker container, matching the CI environment. Run the script with your specific target architecture to ensure compatibility.

./ci/run-docker.sh x86_64-unknown-linux-gnu

For a full test suite across all targets, run the script without arguments:

./ci/run-docker.sh