mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
// +build linux
|
|
|
|
package daemon
|
|
|
|
func configsSupported() bool {
|
|
return true
|
|
}
|