9

If I run

docker run -it ubuntu bash

Does it actually SSH into the container, or does it use another protocol?

Buvanesh Kumar
  • 467
  • 3
  • 5
  • 13

1 Answers1

13

No, it uses an internal "attach protocol" via the Docker daemon.

Gaius
  • 1,096
  • 10
  • 18