run.sh 263 B

12345678910
  1. #!/bin/bash
  2. docker run --rm -it \
  3. -e http_proxy=${http_proxy} \
  4. -e https_proxy=${https_proxy} \
  5. -e HTTP_PROXY=${http_proxy} \
  6. -e HTTPS_PROXY=${htpps_proxy} \
  7. --name workload_w_clang \
  8. --mount type=bind,source=$(pwd)/..,target=/data \
  9. clang_env:0.1