mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:23:51 +01:00
14 lines
358 B
Go
14 lines
358 B
Go
package docker
|
|
|
|
const (
|
|
WildcardAlias = "*"
|
|
|
|
LabelAliases = NSProxy + ".aliases"
|
|
LabelExclude = NSProxy + ".exclude"
|
|
LabelIdleTimeout = NSProxy + ".idle_timeout"
|
|
LabelWakeTimeout = NSProxy + ".wake_timeout"
|
|
LabelStopMethod = NSProxy + ".stop_method"
|
|
LabelStopTimeout = NSProxy + ".stop_timeout"
|
|
LabelStopSignal = NSProxy + ".stop_signal"
|
|
)
|