rustdevcontainer icon indicating copy to clipboard operation
rustdevcontainer copied to clipboard

Rust development container for VSCode

Results 5 rustdevcontainer issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.0. Release notes Sourced from actions/checkout's releases. v3.5.0 What's Changed Add new public key for known_hosts by @​cdb in actions/checkout#1237 New Contributors @​cdb made their...

:game_die: dependencies
github_actions

Just made some changes to syntax changes to remove warning squiggles in `devcontainer.json`.

Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.1.2 to 3.3.0. Release notes Sourced from peter-evans/dockerhub-description's releases. Docker Hub Description v3.3.0 What's Changed feat: truncate content exceeding the byte limit by @​peter-evans in peter-evans/dockerhub-description#129 2...

:game_die: dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Warning Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...

:game_die: dependencies
github_actions

After running the relative: ```bash docker run -it --rm -v "/yourrepopath:/repository" qmcgaw/devtainr:v0.5.0 -dev rust -path /repository -name projectname ``` The directory and all it's files are owned by root. Any...