Get into a docker container
To see all containers
docker ps --all this is used to see every container present at the moment.
bash shell is used[Recommended]
Ps_containers_Id is been used as a container to poke
To get inside the container use Docker exec -it ps_containers_id ba...
laiba.hashnode.dev1 min read