Part 1 — Remote Developing with PyCharm [Docker SSH Server]
In this part, you will learn how to start developing using PyCharm and Docker.
Table of contents
Step 1 — Create a working directory
mkdir remote_dev && cd remote_devStep 2 — Create SSH key
ssh-keygen -t rsa -b 4096 -f my_key
Step 3 — Docker Image

Step 4 — Connect to container over SSH
Step 5 — Connect to container in PyCharm
1. Create new project


2. Add new interpreter





Last updated