1
0
mirror of https://github.com/strongdm/comply synced 2026-04-04 16:39:36 +00:00

Initial commit

This commit is contained in:
Justin McCarthy
2018-05-11 13:25:46 -07:00
commit 8f7e41ffc8
1038 changed files with 263537 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package client
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
const DefaultDockerHost = "npipe:////./pipe/docker_engine"