Trying to run docker compose command with the new app center v1.7

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?

I got it working with the following commands:

  • Go to the Zima Terminal & Sign in
  • Give yourself root rights: sudo -s
  • Navigate to your app folder directory (In my case cd /DATA/.casaos/apps/)
  • Now you can execute docker command in each app directory

@FunnyElevator yes, this is the correct way to operate.