oracle / railcar

RailCar: Rust implementation of the Open Containers Initiative oci-runtime
Other
1.12k stars 101 forks source link

Can this work with podman? #49

Open tracker1 opened 5 years ago

tracker1 commented 5 years ago

The readme mentions using this with docker, I'm curious if it can be used with podman in the same way?

vishvananda commented 5 years ago

It looks like podman uses runc, so it should be possible to replace the usage of runc with railcar. Note that railcar is not 100% compatible with runc, so some things may need to be added to make it work. The additions/changes should be relatively minor though.