github.com/skanehira/moby@v17.12.1-ce-rc2+incompatible/daemon/secrets_linux.go (about) 1 // +build linux 2 3 package daemon 4 5 func secretsSupported() bool { 6 return true 7 }