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:
@@ -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-"
|
||||
|
||||
Reference in New Issue
Block a user