Connect to a Running Container
First find the container ID on the Docker host where the service is running:
docker ps
This will give you shell (command line) access to the running container:
docker exec -it <container ID> bash || sh
First find the container ID on the Docker host where the service is running:
docker ps
This will give you shell (command line) access to the running container:
docker exec -it <container ID> bash || sh