Hacker News new | ask | show | jobs
by julg 3531 days ago
I prefer exec to installing an sshd inside the container.

  docker exec -it "id of running container" bash
1 comments

great tip, thanks!