blob: fa635c91a3be8240aad55b4c6d42fea2377d3d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Global configuration (optional)
# Uncomment to enable waiting for dnsmasq before starting containers
#config global 'global'
# option wait_dnsmasq '1'
# option dnsmasq_timeout '30'
#config container
#option name container1
#option timeout 300
#list command '/bin/command --option'
|