I am using docker for mac and want to create a docker image running mac el capitan with my env development.
I do not find resources on this. all i see are linux installations. ''
any advice on how to do this
In linux, I saw simple things like
FROM sciensa2/docker-java8 RUN apt-get update RUN apt-get install -y wget unzip libgtk2.0-0:amd64 libxtst6
but what is the FROM value for osx for installing and running other software.
source share