[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] bwrap-oci: convert from OCI to bubblewrap command line
- From: Giuseppe Scrivano <gscrivano gnu org>
- To: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] bwrap-oci: convert from OCI to bubblewrap command line
- Date: Mon, 29 Aug 2016 18:46:32 +0200
Giuseppe Scrivano <gscrivano gnu org> writes:
> some new options were needed in bubblewrap to support a readonly rootfs
> and OCI hooks, those got merged in bubblewrap last week. I don't
> expect big changes to happen soon in bwrap-oci, so I think it is a good
> time to move it under projectatomic and continue development from there.
for those interested to try it, I've created a COPR project and it is
possible to install bwrap-oci from there (ocitools is already available
for F24):
$ sudo dnf copr enable -y gscrivano/bwrap-oci
$ sudo dnf install -y ocitools bwrap-oci
### Create a rootfs and install emacs there
$ mkdir -p emacs/rootfs; cd emacs
$ sudo dnf install -y --releasever=24 --installroot=$(pwd)/rootfs emacs
### Generate the OCI configuration file
$ ocitools generate --tty --args /usr/bin/emacs > config.json
### Run bwrap-oci, which reads the config.json file generated by ocitools
### and executes bubblewrap
$ bwrap-oci
Regards,
Giuseppe
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]