Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For debug builds of Dobby, the DobbyTool binary is installed on the STB. This is a simple command line app that communicates with Dobby directly over dbus to issue common commands. This is very useful for troubleshooting and testing Dobby.

Example:

Code Block
languagebash
# Extract OCI bundle to STB
$ tar -xzvf my_app_bundle.tar.gz

# Start container
$ DobbyTool start my_app ./my_app_bundle/


Integration with Thunder

OCIContainers Plugin

...