some reorganisation etc. in control package

some minor stuff
just pushing so I can try to replace fsouza/go-dockerclient with moby/moby/client
This commit is contained in:
Jakob Schrettenbrunner
2018-02-20 23:38:29 +01:00
parent 184d7e0afe
commit 501409827e
8 changed files with 251 additions and 164 deletions

View File

@@ -26,3 +26,7 @@ const ServerDataPath = "data"
// JSONIndent is the indent to use with the json.MarshalIndent() function.
const JSONIndent = " "
// DockerContainerPrefix is the prefix used for naming Docker containers.
// It's also used to prefix the hostnames of the docker containers.
const DockerContainerPrefix = "ptdl-"