ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

Use a base alpine image #522

Open IxDay opened 7 years ago

IxDay commented 7 years ago

This patch change the base image for minimesos to alpine:3.5 Alpine is now packaging docker, no need to download it through curl Install openjdk-jre-base instead of full version (save ~30MB) Image size is reduced by about 20% (265MB to 215MB) this reduce build and download time.

frankscholten commented 7 years ago

I am afraid this change breaks support for Docker on Mac. If you have a solution that uses Alpine + Docker on Mac that would be even better!

IxDay commented 7 years ago

Sadly I can't test it, but I though this wouldn't break anything as the base image of the previous container was also an alpine linux (see here)

Can you provide me some logs or error messages so I can try fixing this or at least understand the difference between docker and docker-machine on OSX?