railcar
railcar copied to clipboard
RailCar: Rust implementation of the Open Containers Initiative oci-runtime
Hey, I really like the idea of having a Rust OCI runtime, but this project does not seem to have a clear maintainership, right? Is it still supported by oracle?...
Superseeds changes from #46 and #44 - recreated changes since I already signed the CLA
i created an issue https://github.com/oracle/railcar/issues/36 for solved that i propose this pull request let me know your advice. Regards
Attempted to build on Intel Clear Linux with the Rust nightly compiler and got the following error: ``` error[E0308]: mismatched types --> src/nix_ext.rs:50:40 | 50 | let res = unsafe...
The readme mentions using this with docker, I'm curious if it can be used with podman in the same way?
Hi there, First off thanks. This project is interesting. But at the same time it is unbuildable. I understand this project is new and is in the process of gaining...
Hey, this PR updates the project to use the latest Rust 2018 edition.
Is railcar vulnerable to this exploit? I tried using the docker-based exploit, but it requires the use of the "railcar exec" command, which is not yet implemented. Does that mean...
This PR adds a `Cargo.lock` file to the repository. This is recommended behaviour according to the official Cargo documentation: > If you’re building a library that other packages will >...