gocage/gocage.conf.yml

12 lines
328 B
YAML
Raw Normal View History

2021-12-18 21:40:11 +01:00
# List datastore root directory (the one containing jails/ and defaults.json)
datastore:
- /iocage
sudo: false
2021-12-19 13:05:30 +01:00
# Columns to display when "gocage list". Column names are struct fields, see cmd/struct.go
outcol: 'JID,Name,Config.Release,Config.Ip4_addr,Running'
2021-12-19 14:34:15 +01:00
# Do not add line separator between jails
nolinesep: false