AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Mike Michel
Question is if you really need this when you are moving in the world of containers/microservices where it is about building stateless 12factor apps except databases. Why moving a service when you can just kill it and let the work be done by 10 other containers doing the same? I remember a talk

AW: make slaves not getting tasks anymore

2015-12-30 Thread Mike Michel
(马达) | PMP® | Advisory Software Engineer Platform Symphony/DCOS Development & Support, STG, IBM GCG +86-10-8245 4084 | <mailto:klaus1982...@gmail.com> klaus1982...@gmail.com | <http://k82.me> http://k82.me On Wed, Dec 30, 2015 at 7:43 PM, Mike Michel <mike.mic..

AW: make slaves not getting tasks anymore

2015-12-30 Thread Mike Michel
, there is also satellite, which does all this for you :) https://github.com/twosigma/satellite/ Hope that helps, -Jeremy _ From: Mike Michel <mike.mic...@mmbash.de <mailto:mike.mic...@mmbash.de> > Sent: Wednesday, December 30, 2015 5:43 AM To: user@mesos.apache.org <mailto:user@m

make slaves not getting tasks anymore

2015-12-30 Thread Mike Michel
Hi, i need to update slaves from time to time and looking for a way to take them out of the cluster but without killing the running tasks. I need to wait until all tasks are done and during this time no new tasks should be started on this slave. My first idea was to set a constraint

Re: Custom docker executor

2015-08-08 Thread Mike Michel
Hi, we (http://sloppy.io) use https://github.com/ClusterHQ/powerstrip for pre/post hooks and it is running smooth for a long time now. We start many containers a day and powerstrip as a docker proxy is involved in every start. Best, Mike Am 08.08.2015 um 10:01 schrieb Kapil Malik: …

AW: Private docker registry authentication

2015-04-30 Thread Mike Michel
I don’t know Aurora but for Marathon this is the way http://mmbash.de/blog/mesosphere-marathon-and-private-docker-repository/ Von: Christopher Snell [mailto:chris.sn...@gmail.com] Gesendet: Donnerstag, 30. April 2015 06:10 An: user@mesos.apache.org Betreff: Re: Private docker registry

change docker rm command

2015-04-12 Thread Mike Michel
Hi, is there a way to change the options how mesos removes docker containers? Right now it seems, it is docker rm -f ID so bind mounts are not deleted. This means thousands of dirs in /var/lib/docker/vfs/dir I would like to change it to docker rm -f -v ID This deletes bind mounts but not