Functionality for removing conflicting containers is broken
bduisenov opened this issue · 1 comments
bduisenov commented
ConflictingContainerRemovingDockerCompose
is relying on a docker
error message which was changed since docker v1.13.0
with commit c9d0a77
from
The name %q is already in use by container %s
to
The container name %q is already in use by container %s
As a consequence, the #removeConflictingContainersOnStartup
functionality doesn't work.