gocage/gocage.conf.yml
2022-06-18 11:09:40 +02:00

13 lines
361 B
YAML

# List datastore(s) root directory (the one containing jails/ and defaults.json)
datastore:
- /iocage
# Prefix all commands with sudo
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