github.com/jingleWang/moby@v1.13.1/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 )