Readme
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 00:56:07 +0000 (02:56 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 00:56:07 +0000 (02:56 +0200)
README.md

index fe80ecf9402394f6b635f0d9136d302446acccde..704a819751126ac43921ce01a31fb126a9fe7ddf 100644 (file)
--- a/README.md
+++ b/README.md
 - [More info](#more-info)
 - [Launching in Docker](#launching-in-docker)
 
+***
 This is NOT an official Google product.
-
 ***
+
 ### What is it
 NsJail is a process isolation tool for Linux. It utilizes Linux namespace subsystem, resource limits, and the seccomp-bpf syscall filters from the Linux kernel.
 
@@ -247,6 +248,7 @@ $ exit
 [2017-01-15T21:53:17+0100] PID: 18873 exited with status: 159, (PIDs left: 0)
 </pre>
 
+***
 ### Configuration file
 [config.proto](https://github.com/google/nsjail/blob/master/config.proto) contains ProtoBuf schema for nsjail's configuration format. You can also examine the example config file in [config1.example](https://github.com/google/nsjail/blob/master/configs/config1.example).
 
@@ -262,6 +264,7 @@ You can also override certain options with command-line options. Here, the execu
 ./nsjail --config configs/config1.example -- /bin/ls
 </pre>
 
+***
 ### More info
 
 The options should be self-explanatory, and these are available with: