Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
1.0.1
-
None
-
None
-
Dockerized mesosphere/mesos-slave:1.0.1-2.0.93.ubuntu1404
Description
I run 3 docker containers in my CoreOS system whose names start with 'mesos-' those are: 'mesos-master', 'mesos-dns' and 'mesos-agent'.
I can start the first two without any problem but when I start the third one ('mesos-agent') all three containers are killed by the docker daemon.
If I rename the containers to 'm3s0s-master', 'm3s0s-dns' and 'm3s0s-agent' everything works.
I tracked down the problem to this code which is marked to be removed after deprecation cycle.
I was previously running Mesos 0.28.2 without this problem.
Attachments
Issue Links
- relates to
-
MESOS-6212 Validate the name format of mesos-managed docker containers
- Resolved