github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/daemon/secrets_linux.go (about)

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