We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edf09f commit 4ba8a6dCopy full SHA for 4ba8a6d
example/README.md
@@ -116,9 +116,11 @@ This container does the following:<br/>
116
<li>Sleeps for 10 mins (600 seconds).</li>
117
<li>Runs in privileged mode i.e the bounding set contains all linux capabilities.</li>
118
<li>Add /dev/loop0 and /dev/loop1 loopback devices into the container.</li>
119
-<li>Bind mounts /tmp/s1 (host) to /tmp/t1 (container). **NOTE**: /tmp/s1 should exist on the host, before you run **Privileged** job.</li>
+<li>Bind mounts /tmp/s1 (host) to /tmp/t1 (container).</li>
120
</ol>
121
122
+**NOTE**: `/tmp/s1` should exist on the host, before you run **Privileged** job.<br/>
123
+
124
**Exec into privileged container to check capabilities, devices and mounts.**
125
126
```
0 commit comments