Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Twan_van_Essen's avatar

Can't connect to docker over ssh

Hi,

I'm having trouble connect to my docker container.. I got a docker but I have no idea how to connect to it....

0 likes
4 replies
tykus's avatar

Using the docker image name you can get into an interactive shell like this:

docker run -it --rm image-name bash

Please or to participate in this conversation.