Edit docker-compose.yml on the device from Torizon IDE Extension (ApolloX)

Torizon IDE Extension (ApolloX) + Docker extension show the containers running on the devices, grouped in a way similar to the following image:
immagine

Is there a way to edit the docker-compose.yml on the device from here?
I see I can select the following commands
immagine
but if I need to change docker-compose.yml I must:

  • open a terminal to the device
  • use vim to edit docker-compose.yml

or, at least, I haven’t find another way to do this.
Thanks in advance.

Greetings @vix,

I don’t believe there is a way to do what you’re asking here. Either you edit the compose file in your VSCode project and re-deploy to the device. Or as you said you ssh/terminal into the device and edit it that way.

Best Regards,
Jeremias

1 Like