Skip to content

Instantly share code, notes, and snippets.

@superchell
Last active June 5, 2019 08:08
Show Gist options
  • Save superchell/5bd831fc77c8db0180df98cfad592149 to your computer and use it in GitHub Desktop.
Save superchell/5bd831fc77c8db0180df98cfad592149 to your computer and use it in GitHub Desktop.
Docker and docker-compose for Mac
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