Connect to a running container using a command:
shell> docker exec -it tungsten-dashboard-service-1 /bin/bashEventually, you can find the proper dashbaord service name using:
shell> docker container lsInside a container you can check persistent data using:
shell>ls -l persistentshell>cat persistent/config.jsonshell>cat persistent/users.jsonshell>cat persistent/clusters.json