Generic Development Setup for Docker on Mac
I am testing a generic docker development setup for mac
brew install supervisor
brew install fsevents-tools
brew install dialog
brew install unison
brew install jq
git clone https://github.com/sseidenthal/docker_development_setup.git my_project
cd my_project
make
make install
make start
make docker.os
make docker.enter
make unison.log
make stop
This is only a demo, you could imagine a lot of useful features to the Makefile