Skip to content

5.3 Docker Debugging

lukemartinlogan edited this page Jul 7, 2023 · 1 revision

5.3. Docker SSH

This tutorial describes how to create an SSH-able docker image for debugging C++ code.

5.3.1. Create the Dockerfile

The dockerfile used here is almost exactly the same as the one in 5.2. Docker Clusters. The main difference is the packages that we install are slightly different.

5.3.2. Copy your SSH keys to the docker directly

5.3.2. Create the Docker Image

5.3.3. Run the Container