11.5.  Connecting to Docker

Connect to a running container using a command:

shell> docker exec -it tungsten-dashboard-service-1 /bin/bash

Eventually, you can find the proper dashbaord service name using:

shell> docker container ls

Inside a container you can check persistent data using:

shell> ls -l persistent
shell> cat persistent/config.json
shell> cat persistent/users.json
shell> cat persistent/clusters.json