You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: