Skip to content

Instantly share code, notes, and snippets.

@ABeltramo
Last active July 8, 2021 17:40
Show Gist options
  • Save ABeltramo/313e6664d979142c087ea29d659b1899 to your computer and use it in GitHub Desktop.
Save ABeltramo/313e6664d979142c087ea29d659b1899 to your computer and use it in GitHub Desktop.
GOW GUI

A launcher for GOW ...

It's going to run inside a Docker container which will run of top of GOW (a GUI inside our Desktop environment).

We can start by hosting it on Github so that we can easily update it and the app should download it on startup (given connection).

Everything should work offline too, if the images are present locally we don't have to download anything.

From Docker we'll need a way to:

  • Start/Stop containers
  • List running containers and match them against that json list
  • Download images from Docker Hub if not present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment