Last active
June 5, 2019 08:08
-
-
Save superchell/5bd831fc77c8db0180df98cfad592149 to your computer and use it in GitHub Desktop.
Docker and docker-compose for Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. install docker https://docs.docker.com/docker-for-mac/install/ | |
2. install docker-compose https://docs.docker.com/compose/install/ | |
3. download docker-compose.yml and prepare_test_db.sh files in one shared directory (ask me how) | |
4. make bash script executable - 'chmod +x /your_directory/prepare_test_db.sh' | |
5. in docker-compose.yml folder run command 'docker-compose up' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment