Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamunu/linux_containers
containerd implementation using Rust
https://github.com/gamunu/linux_containers
Last synced: 25 days ago
JSON representation
containerd implementation using Rust
- Host: GitHub
- URL: https://github.com/gamunu/linux_containers
- Owner: gamunu
- License: apache-2.0
- Created: 2022-09-16T07:29:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:25:32.000Z (about 1 year ago)
- Last Synced: 2024-12-15T23:48:55.698Z (29 days ago)
- Language: Rust
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux_containers
A rust port built from scrach of **containerd** and associated libraries.
This is a purely educational effort to understand the inner working of `containerd` and the language capabilities of the [Rust-lang](https://github.com/rust-lang/rust)
in comparison to languages like GoLang.## Configuring code editor for Linux target on other platforms
### VSCode
```json
{
"rust-analyzer.cargo.target": "x86_64-unknown-linux-gnu"
}
```