Hey,
I installed some custom apps with the new app center and in order to do some troubleshooting, I would need to access some basic docker commands, like
- docker compose stop
- docker compose up -d
It seems that the ‘Stop‘ & ‘Start‘ buttons in the app store UI don’t trigger the same commands.
The command-line function for each app only allows me to send commands to the app, but not to docker.
Any tips or suggestions how I can interact with docker itself?