github.com/uriddle/docker@v0.0.0-20210926094723-4072e6aeb013/integration-cli/test_vars_exec.go (about)

     1  // +build !test_no_exec
     2  
     3  package main
     4  
     5  const (
     6  	// indicates docker daemon tested supports 'docker exec'
     7  	supportsExec = true
     8  )