Crates.io | cromwell |
lib.rs | cromwell |
version | 0.1.5 |
source | src |
created_at | 2019-02-04 18:48:14.626755 |
updated_at | 2019-03-18 02:05:26.973188 |
description | Rust Rootless Container Runtime |
homepage | |
repository | https://github.com/guni1192/cromwell |
max_upload_size | |
id | 112716 |
size | 128,308 |
Rust Rootless Container Runntime
Enable user namespaces
$ sudo sysctl kernel.unprivileged_userns_clone=1
$ cargo install cromwell
or
$ cargo install --git https://github.com/guni1192/cromwell
Rust Rootless Container Runntime
USAGE:
cromwell [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
ps show containers
pull pull oci image
run run cromwell container
$ cromwell run -n library/alpine:3.8
~ $
$ cromwell run -n library/alpine:3.8 --exec 'ls -a'
bin boot dev etc home lib lib64 mnt opt proc root run sbin srv sys tmp usr var
$ cromwell pull -n library/alpine:3.8
$ cargo test