An open API service indexing awesome lists of open source software.

https://github.com/projectatomic/bwrap-oci


https://github.com/projectatomic/bwrap-oci

bubblewrap containers linux-containers oci user-namespaces

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

bwrap-oci
==========

Run an OCI container using Bubblewrap (https://github.com/projectatomic/bubblewrap/).

By default `bwrap-oci` reads the file `config.json` in the
current directory, generates the command line arguments for bubblewrap
and execute it.

You can specify a different configuration file with `--configuration`.

If you are interested to see the generated command line, you can use the `--dry-run`
option to `bwrap-oci`. This will also stops the creation of the container.