-
Notifications
You must be signed in to change notification settings - Fork 9
/
bwrap-oci.xml
69 lines (62 loc) · 1.99 KB
/
bwrap-oci.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<refentry id="bwrap-oci">
<refentryinfo>
<title>bwrap-oci</title>
<productname>Project Atomic</productname>
<authorgroup>
<author>
<contrib>Developer</contrib>
<firstname>Giuseppe</firstname>
<surname>Scrivano</surname>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>bwrap-oci</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
<refname>bwrap-oci</refname>
<refpurpose>Run an OCI (Open Container Initiative) container through
bubblewrap. bwrap-oci converts the OCI configuration file, a JSON
document which specifies how to run the container, to a command line
for bubblewrap.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>bwrap-oci</command>
<arg choice="opt" rep="repeat"><replaceable>OPTION</replaceable></arg>
<arg choice="opt"><replaceable>COMMAND</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>
<command>bwrap-oci</command> converts an open containers spec file
to a command line for bubblewrap and run a container through it.
</para>
</refsect1>
<refsect1><title>Options</title>
<para>General options:</para>
<variablelist>
<varlistentry>
<term><option>--help</option></term>
<listitem><para>Print help and exit</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--configuration</option></term>
<listitem><para>Specify the configuration file to use. If not specified
'configuration.json' is used.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--dry-run</option></term>
<listitem><para>
Print the command line used for bubblewrap but do not execute it.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>