¶ ↑
Installation Guide- For Mac OSX
-
Read this link: codetunes.com/2015/docker-compose
-
We will be using the terminal for this installation.
-
pull this repo
-
cd to the path of repo and go into its root
-
-
Make sure you first have all the pre-requirements by checking
-
docker –version
-
docker-compose –version
-
docker-machine –version
-
VBoxManage –version
-
-
Having all the pre-reqs checked, we can create the virtual machine
-
docker-machine create -d virtualbox docker-vm
-
-
Configure all the enviromental variables for docker
-
docker-machine env docker-vm
-
-
Export all the variable and then copy and paste
-
eval $(docker-machine env docker-vm)
-
-
Finally !!!!
-
docker-compose up
-