docker-containers icon indicating copy to clipboard operation
docker-containers copied to clipboard

Dockerfiles and assets for building Docker containers

Results 21 docker-containers issues
Sort by recently updated
recently updated
newest added

Local persistent volumes of type root fails to mount if mesos-agent is run in the docker container. I assume this is because the mesos-agent process is unaware that it's running...

Mesos Dev, I am using Kitematic to manage my docker instances. I am unable to create mesos-master and slave containers as the release tag seems to be missing ![image](https://user-images.githubusercontent.com/3183630/39673682-4286f3fc-5106-11e8-95fb-1668dc898268.png) ![image](https://user-images.githubusercontent.com/3183630/39673687-4f68ff2a-5106-11e8-8e99-e871d69bf2a7.png)...

the current example will break on some newer systems with issues that were fixed in mesos also I'm curious if we should add `no-systemd_enable_support` as it fixed another problem on...

Hi i tried to run mesos-slave container in both redhat e ubuntu but i got this error : I0215 11:10:06.103756 1 logging.cpp:188] INFO level logging started! I0215 11:10:06.104004 1 main.cpp:223]...

Issue #80. **Why ENTRYPOINT was replaced with CMD?** In large clusters, many nodes will only have *mesos-slave* docker image on hosts. When docker containerizer is used, *mesos-slave* will start *mesos-execute*...

Hi, In your README, you give the following instructions for launching a Mesos agent node from your Docker image: ``` docker run -d --net=host --privileged \ -e MESOS_PORT=5051 \ -e...

Hi there, I am using RHEL 7 and the mesos-master works fine. However when I launch the mesos-slave I get the error: SELinux: Could not open policy file

Hi, I have been playing with mesos-master and mesos-slave with a goal of running it at production grade. Everything went fine with this documentation: https://github.com/mesosphere/docker-containers/tree/master/mesos... But! On mesos-slave failure, recover...

``` OS X El Capitan 10.11.5 ``` ``` $ docker --version Docker version 1.12.0-rc2, build 906eacd, experimental ``` Steps To Reproduce: - Launch zookeeper: https://github.com/mesosphere/docker-containers/blob/master/mesos/README.md#launch-exhibitor-zookeeper - Launch mesos master: https://github.com/mesosphere/docker-containers/blob/master/mesos/README.md#launch-mesos-master...

This PR updates the Mesos Docker containers: * Renames `slave` to `agent` * Adds tagging of `latest` to the `Makefile` used to build Mesos containers * Adds text about networking...