switch to moby/moby in the docker_environment

This commit is contained in:
Jakob Schrettenbrunner
2018-03-14 10:33:23 +01:00
parent d2aa896a1c
commit b8b0702f84
7 changed files with 250 additions and 265 deletions

View File

@@ -30,3 +30,6 @@ 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-"
// WSMaxMessages is the maximum number of messages that are sent in one transfer.
const WSMaxMessages = 10