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

I looked at the Dockerfile, it seems that the latest mesos-slave image already installed docker-engine when building the image. So I tried to run it without adding mapping to host's...

The Mesos Master and Slave README [here](https://github.com/mesosphere/docker-containers/blob/master/mesos/README.md) is out of date. The Slave and Master configuration reference links are redirected from open.mesosphere.com and drops you to dcos.io. I looked through...

Stops the InsecurePlatformWarning message when an ssl url is encountered.

I try to connect my cli to master with tag `1.0.11.0.1-2.0.93.ubuntu1404` but i got this error ``` This version of the DC/OS CLI is not supported for your cluster. Please...

Since all executors run in the same container as mesos-slave, they all die during upgrade. This results to inability to reconnect to executors during upgrades which leads to wiping of...

documentation

Hi Today you have only base image based on ubuntu (also : https://registry.hub.docker.com/u/libmesos/ubuntu/) FROM ubuntu:14.04 MAINTAINER Mesosphere [email protected] We need the same for centos, can you please provide Thanks.

question

Mesos-slave in docker creates zombie apocalypse: ``` web33 ~ # docker exec -it 23bc904c2842 ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.8...

documentation

Hi there, Here's a contribution to make the Mesos containers more usable: - Based on the Java official container (Debian Jessie) so it's more supported and much quicker to build...

It would be very nice to have dnsutils installed in the mesosphere/spark container. This would make possible to do service discovery using mesos-dns or consul. This would enable the users...