Terminal Questions re LAMP App
Solved
Support
-
@Shai Welcome on board
git should be available in web terminal. Try to clone using https though instead of ssh. I am guessing ssh clone will fail because there are no ssh keys (and the containers currently have no provision to add/persist them).
As for,
docker container exec
, it's fine but on Cloudron it's better to use the CLI tool. Please see https://docs.cloudron.io/custom-apps/cli/. Important: this is on your PC/Mac and not on the server.sudo npm install -g cloudron
cloudron login my.example.com
cloudron list
andcloudron exec --app app.example.com
.