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

Dockerfile for Centos

Open defender opened this issue 10 years ago • 1 comments

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.

defender avatar Sep 17 '14 10:09 defender

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?

asridharan avatar Jul 05 '16 17:07 asridharan