Re: Problem getting docker container running

2015-03-13 Thread Steve Niemitz
>From the mesos slave log it looks like the executor is failing. Most likely the issue is your image doesn't have the native libraries needed to run it. The next step would be to look in the sandbox for a failed run (you can find the path in the slave logs) and look at the stderr log for errors.

Re: Problem getting docker container running

2015-03-13 Thread Oskar Stenman
e last email: WARNING: Logging before InitGoogleLogging() is written to STDERR I0313 13:39:45.608578 258 fetcher.cpp:76] Fetching URI '/usr/local/bin/thermos_executor.pex' I0313 13:39:45.609048 258 fetcher.cpp:179] Copying resource from '/usr/local/bin/thermos_executor.pex'

Re: Problem getting docker container running

2015-03-13 Thread Bill Farner
When the task launches, a sandbox directory is created, in the above e-mail it was /tmp/mesos/slaves/20150313-131712-1143806393-5050-6-S0/frameworks/20150306-112428-1177360825-5050-6-/executors/thermos-1426253925515-docker-test-devel-hello_docker-0-a9011a74-c2a2-4cb7-b402-d383fde58c41/runs

Re: Problem getting docker container running

2015-03-13 Thread Oskar Stenman
tion i've found possible and still generally usable. (around 100MB with docker and some other tools i include) root@s1:~# ls /tmp/mesos/slaves/20150313-131712-1143806393-5050-6-S0/frameworks/20150306-112428-1177360825-5050-6-/executors/thermos-1426253925515-docker-test-devel-hello_docker-0-a90

Re: Problem getting docker container running

2015-03-13 Thread Steve Niemitz
ta) is running > on ramdisk on these machines, it's the absolute minimal ubuntu "minbase" > (debootstrapped) installation i've found possible and still generally > usable. (around 100MB with docker and some other tools i include) > > > root@s1:~# ls &g

Re: Problem getting docker container running

2015-03-13 Thread Oskar Stenman
s for the reply! > > > > The only files i find in the workdir is stderr, stdout and > > thermos_executor.pex > > Nothing is cleaning the tmp directory, everything (except /data) is > running > > on ramdisk on these machines, it's the absolute minimal ubuntu