update readme

This commit is contained in:
JT Olds 2015-07-07 11:54:36 -06:00
parent 821eb78054
commit 3e7f15fcbe

View File

@ -109,7 +109,6 @@ Options:
--log|-l [val]
Log file (default: stderr)
--time_limit|-t [val]
Maximum time that a jail can exist, in seconds (default: 600)
--daemon|-d
Daemonize after start? (default: false)
--verbose|-v
@ -160,8 +159,12 @@ Options:
Mount / as RW (default: RO)
--silent
Redirect child's fd:0/1/2 to /dev/null (default: false)
--bindmount_ro [val]
List of mountpoints to be mounted --bind (ro) inside the container. Can be specified multiple times. Supports 'source' syntax, or 'source:dest'. (default: none)
--bindmount|-B [val]
List of mountpoints to be mounted --bind inside the container. Can be specified multiple times (default: none)
List of mountpoints to be mounted --bind (rw) inside the container. Can be specified multiple times. Supports 'source' syntax, or 'source:dest'. (default: none)
--tmpfsmount|-T [val]
List of mountpoints to be mounted as tmpfs inside the container. Can be specified multiple times (default: none)
List of mountpoints to be mounted as RW/tmpfs inside the container. Can be specified multiple times. Supports 'dest' syntax. (default: none)
--iface|-I [val]
Interface which will be cloned (MACVTAP) and put inside the subprocess' namespace
```