A Docker container that runs the Hollywood package - creates a "hacker" terminal view with split screen effects.
Pull the latest build:
docker pull ghcr.io/project516/hollywood-docker:masterRun the container:
docker run --rm -it ghcr.io/project516/hollywood-docker:masterBuild the image:
docker build -t hollywood .Run the container (requires TTY):
docker run --rm -it hollywoodThe container will start Hollywood automatically, creating a split-screen terminal showing various system monitoring tools in a "Hollywood hacker" style interface.
Hollywood is a Debian package that fills your console with Hollywood-style "hacker" terminal output. It spawns a split terminal showing various system monitoring tools to make it look like a stereotypical hacker movie scene.
- Docker
- Terminal that supports TTY/PTY allocation