mesosphere-backup / docker-containers

Dockerfiles and assets for building Docker containers
175 stars 73 forks source link

Dockerfile for Centos #1

Open defender opened 9 years ago

defender commented 9 years ago

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 support@mesosphere.io

We need the same for centos, can you please provide

Thanks.

asridharan commented 8 years ago

Why do you need a base image of CentOS specifically ? The whole idea of running Mesos in docker containers is to encapsulate the file system dependency in the container itself, so building a docker image for each OS defeats the purpose of running Mesos in a container?