16 lines
482 B
YAML
16 lines
482 B
YAML
# List datastore(s) root directory (the one containing jails/ and defaults.json)
|
|
datastore:
|
|
- /iocage
|
|
|
|
# Prefix all commands with sudo
|
|
sudo: false
|
|
|
|
# Directory used to store update temporary files. Mutualized so we save bandwith
|
|
updateWorkDir: /iocage/freebsd-updates
|
|
|
|
# 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
|