docker-containers
docker-containers copied to clipboard
Dockerfile for Centos
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.
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?