12 lines
328 B
YAML
12 lines
328 B
YAML
# List datastore root directory (the one containing jails/ and defaults.json)
|
||
datastore:
|
||
- /iocage
|
||
|
||
sudo: false
|
||
|
||
# Columns to display when "gocage list". Column names are struct fields, see cmd/struct.go
|
||
outcol: 'JID,Name,Config.Release,Config.Ip4_addr,Running'
|
||
|
||
# Do not add line separator between jails
|
||
nolinesep: false
|