Closed binxing closed 1 year ago
start_rust_buildenv currently supports interactive invocation only. This commit adds the following features.
start_rust_buildenv
--
--rm --init
docker run
docker exec
I just tried U=. start_rust_buildenv -- ./build and U=. start_rust_buildenv -- ./build -r -Ffull. It works for me.
U=. start_rust_buildenv -- ./build
U=. start_rust_buildenv -- ./build -r -Ffull
@billionairiam, I'm taking your feedback as an approval to merge.
start_rust_buildenv
currently supports interactive invocation only. This commit adds the following features.--
followed by the actual command.--rm --init
appended todocker run
- i.e., the container will be removed once exited.docker exec
.