Skip to content

Instantly share code, notes, and snippets.

@robzwolf
Created April 18, 2021 17:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robzwolf/1ac0c37bf3baec10fa9f3c989e53d312 to your computer and use it in GitHub Desktop.
Save robzwolf/1ac0c37bf3baec10fa9f3c989e53d312 to your computer and use it in GitHub Desktop.
Hollywood

How to Launch Hollywood on Windows, macOS or Linux

  1. Install Docker Desktop.
  2. Open a Terminal (Windows / Mac / Linux) and maximise it to the full size of your screen.
  3. $ docker run --rm -it bcbcarl/hollywood
  4. To exit: Try mashing Ctrl-D and Ctrl-C. If you get to a terminal you can type exit to close the container.

    If this fails, just quit your terminal. 😁

@opennikish
Copy link

Awesome! Couldn't find docker image which would work for mac os, thank you!

@Riddim-GLiTCH
Copy link

Kinda obsolete with WSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment