SelfhostedPro/Yacht

How to access the running docker shell ?

patrickelectric opened this issue · 2 comments

From the interface I was unable to find

Accessing your docker shell can be done as you normally would through docker itself in the command line.
This would look like:
docker exec -it [CONTAINER NAME] bash

I prefer bash, but some others like shell, just replace "bash" with "sh".

Is this now available through the interface ?