Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 511 Bytes

Vincula

Experimental linux container implementation in Rust

Based on the Litchi Pi article and the original tutorial

Usage

To build run:

$ cargo build

Launch options can be acessed via

$ vincula --help

To launch container run:

$ sudo vincula -d -c {COMMAND} -u {UID} -m {MOUNT_DIR} --hostname {HOSTNAME} -a {ADDITIONAL_MOUNT_PATH}:{PATH_IN_CONTAINER}