github.com/gdevillele/moby@v1.13.0/daemon/secrets_linux.go (about)

     1  // +build linux
     2  
     3  package daemon
     4  
     5  func secretsSupported() bool {
     6  	return true
     7  }