gocage/gocage.conf.yml

13 lines
361 B
YAML
Raw Normal View History

2022-06-18 11:09:40 +02:00
# List datastore(s) root directory (the one containing jails/ and defaults.json)
2021-12-18 21:40:11 +01:00
datastore:
- /iocage
2022-06-18 11:09:40 +02:00
# Prefix all commands with sudo
2021-12-18 21:40:11 +01:00
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'
2022-06-18 11:09:40 +02:00
# Do not add line separator between jails
2021-12-19 14:34:15 +01:00
nolinesep: false