Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 489 Bytes

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.