Last active
July 23, 2025 07:57
-
-
Save amon-ra/c1c5ec7400a9b630e4414775601803f4 to your computer and use it in GitHub Desktop.
runc-shim-rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/src/app | |
| git clone https://github.com/containerd/rust-extensions | |
| cd rust-extensions/crates/runc-shim | |
| cargo build --release --bin containerd-shim-runc-v2-rs | |
| cp /tmp/rust-extensions/target/release/containerd-shim-runc-v2-rs /app |
This file has been truncated, but you can view the full file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment