Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in DevOps and Agile by (2.3k points)

How do I login into a docker container?

1 Answer

0 votes
by (6.9k points)

To get into a docker container you can use this command:

$ docker exec -it <name of the container> bash

Hope that helped :)


Hey! want to learn docker with trainers and industry grade project? check out docker training course. 

Browse Categories

...