wait mesos support POD,you will get more feature on this DSL

2016-10-06 3:40 GMT+08:00 Shyam Patel <sham.pate...@gmail.com>:

> Hi,
>
> We are using Mesos with Aurora for resource mgmt/framework. For dockerized
> app, we would like to keep the application deploy specifics log out of
> container and somewhere user can access.
>
> So, for application docker-compose, with below docker-compose, it creates
> mount inside mesos-sandbox directory but with root access and app process
> inside container cant write to it.
>
> Even if I have directories created with Dockerfile with proper user/perm,
> as soon as I mount the directory it gets 755 perm for root user only. Any
> way to have directory/sub-directories created (mounted) with different user
> in mesos-sandbox ?
>
>
> Compose sample :
>
> Services:
>    dockerweb:
>
>    image: dockerweb
>
>    stdin_open: true
>
>    user: website
>
>    volumes:
>
>     - ./appdata:/appdata
>
>     - ./log/deploylogs:/logs/deploylogs
>
>     - ./log/applogs:/logs/applogs
>
>
> i.e. Inside mesos-sandbox
>
> drwxr-xr-x 2 root root 4 KB Oct 05 11:10  appdata
> <http://10.179.6.196:5050/#/agents/1e130e1e-f2f3-4a6e-b79b-e32fab848635-S13/browse?path=%2Fvar%2Flib%2Fmesos%2Fslaves%2F1e130e1e-f2f3-4a6e-b79b-e32fab848635-S13%2Fframeworks%2Fb06c0a36-6d07-439d-88d8-3477a3dcaf92-0000%2Fexecutors%2Fcompose-ubuntu-dev-shyam_dockernodeweba-0-9dfb9a29-018c-41e8-beb0-91b4f798f0c1%2Fruns%2F0c55a071-bca4-48de-9496-f0dd22efd50d%2Fsandbox%2Fappdata>
>
>
> Really appreciate help..
>
>
>
> _sham
>
> --
> You received this message because you are subscribed to the Google Groups
> "docker-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to docker-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deshi Xiao
Twitter: xds2000
E-mail: xiaods(AT)gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to docker-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to