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
- Host: GitHub
- URL: https://github.com/projectatomic/bwrap-oci
- Owner: projectatomic
- License: other
- Created: 2016-07-25T08:12:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T13:34:02.000Z (about 5 years ago)
- Last Synced: 2025-10-22T06:36:52.154Z (4 months ago)
- Topics: bubblewrap, containers, linux-containers, oci, user-namespaces
- Language: Makefile
- Size: 179 KB
- Stars: 85
- Watchers: 16
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.