Skip to content

Commit 4ba8a6d

Browse files
Fix formatting.
1 parent 5edf09f commit 4ba8a6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ This container does the following:<br/>
116116
<li>Sleeps for 10 mins (600 seconds).</li>
117117
<li>Runs in privileged mode i.e the bounding set contains all linux capabilities.</li>
118118
<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>
119+
<li>Bind mounts /tmp/s1 (host) to /tmp/t1 (container).</li>
120120
</ol>
121121

122+
**NOTE**: `/tmp/s1` should exist on the host, before you run **Privileged** job.<br/>
123+
122124
**Exec into privileged container to check capabilities, devices and mounts.**
123125

124126
```

0 commit comments

Comments
 (0)