Created
February 5, 2017 21:31
-
-
Save joaodaher/844b67d12842b4bd4a39b64a27f82cda to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Run Docker daemon | |
brew install socat | |
socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock | |
In PyCharm, go to Preferences>Build,Execution>Docker and add a new: | |
API URL: tcp://localhost:2375 | |
Certficates Folder: <empty> | |
Docker Compose Executable: /Applications/Docker.app/Contents/Resources/bin/docker-compose | |
Create a new Run Configuration>Docker Deployment: | |
Select the docker-compose.yml or the Dockerfiles available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment