RE: Old docker version deployed

2015-10-06 Thread Paul Wolfe
...@gruchalski.com] Sent: Tuesday, October 06, 2015 11:54 AM To: user@mesos.apache.org Subject: Re: Old docker version deployed But if the image version is changed, this would fail. Because the image is neither locally, neither the registry is available. Kind regards,
 Radek Gruchalski 
ra

Re: Old docker version deployed

2015-10-06 Thread haosdent
yapp:86", > > "network": "BRIDGE", > > "portMappings": [ > > { > > "containerPort": 80, > > "hostPort": 0, > > "servicePort": 80, > > "protoc

RE: Old docker version deployed

2015-10-06 Thread Paul Wolfe
...@gmail.com] Sent: Tuesday, October 06, 2015 11:52 AM To: user@mesos.apache.org Subject: Re: Old docker version deployed I don't think mesos log "version/tag of the image". When mesos start a docker container, always use your image name "docker-registry:8080/myapp:86" as pull an

Re: Old docker version deployed

2015-10-06 Thread Rad Gruchalski
"servicePort": 80, > > "protocol": "tcp" > > } > > ], > > "privileged": false, > > "parameters": [], > > "forcePullImage": false > > } > > } > > > > >

Re: Old docker version deployed

2015-10-06 Thread haosdent
rtMappings": [ > > { > > "containerPort": 80, > > "hostPort": 0, > > "servicePort": 80, > > "protocol": "tcp" > > } > > ], > > "privileged": false, > &

RE: Old docker version deployed

2015-10-06 Thread Paul Wolfe
], "privileged": false, "parameters": [], "forcePullImage": false } } From: Paul Wolfe [mailto:paul.wo...@imc.nl] Sent: Tuesday, October 06, 2015 11:39 AM To: user@mesos.apache.org Subject: RE: Old docker version deployed No different tags. From

RE: Old docker version deployed

2015-10-06 Thread Paul Wolfe
No different tags. From: Rad Gruchalski [mailto:ra...@gruchalski.com] Sent: Tuesday, October 06, 2015 11:39 AM To: user@mesos.apache.org Subject: Re: Old docker version deployed Paul, Are you using the same tag every time? Kind regards,
 Radek Gruchalski 
ra...@gruchalski.com<mailto

RE: Old docker version deployed

2015-10-06 Thread Paul Wolfe
: Re: Old docker version deployed You could see the stdout/stderr of your container from mesos webui. On Tue, Oct 6, 2015 at 5:30 PM, Paul Wolfe mailto:paul.wo...@imc.nl>> wrote: Hello all, I'm new to this list, so please let me know if there is a better/more appropriate for

Re: Old docker version deployed

2015-10-06 Thread Rad Gruchalski
Paul, Are you using the same tag every time? Kind regards,
 Radek Gruchalski 
ra...@gruchalski.com (mailto:ra...@gruchalski.com)
 (mailto:ra...@gruchalski.com) de.linkedin.com/in/radgruchalski/ (http://de.linkedin.com/in/radgruchalski/) Confidentiality: This communication is intended f

Re: Old docker version deployed

2015-10-06 Thread haosdent
Does this problem always appears in some same machines? On Tue, Oct 6, 2015 at 5:37 PM, haosdent wrote: > You could see the stdout/stderr of your container from mesos webui. > > On Tue, Oct 6, 2015 at 5:30 PM, Paul Wolfe wrote: > >> Hello all, >> >> >> >> I'm new to this list, so please let me

Re: Old docker version deployed

2015-10-06 Thread haosdent
You could see the stdout/stderr of your container from mesos webui. On Tue, Oct 6, 2015 at 5:30 PM, Paul Wolfe wrote: > Hello all, > > > > I'm new to this list, so please let me know if there is a better/more > appropriate forum for this question. > > > > We are currently experimenting with mara

Old docker version deployed

2015-10-06 Thread Paul Wolfe
Hello all, I'm new to this list, so please let me know if there is a better/more appropriate forum for this question. We are currently experimenting with marathon and mesos for deploying a simple webapp. We ship the app as a docker container. Sporadically (ie 1 out of 100) we find an ol