insanitybit / cargo-sandbox

MIT License
111 stars 2 forks source link

Add a `cargo-sandbox shell` command #4

Open insanitybit opened 1 year ago

insanitybit commented 1 year ago

It is likely the case that users will want to shell into specific build containers. Adding a shell command to do so would help them avoid needing to work directly with the docker client/ apis.

insanitybit commented 1 year ago

Currently the issue with this is I'm not properly redirecting stdin to the container process.