Docker configuration for Pycharm

  1. Install Pycharm Pro,GIT and Docker. Open pycharm pro and Docker should be running in the background.
  2. In pycharm go to settings --> Build, Execution and Deployment in there select “docker”.
  3. Use the following configuration for Docker Pycharm Integration:
  4. From Docker settings copy expose daemon link in TCP socket.Then click 'ok'
  5. Add configuration in pycharm project select docker file.
  6. Add interpreter select docker it registers itself and click ok.

Dockerizing your python application: