Docker install in one command

The installer script is a normal file served from our site — use it directly with curl or wget, save it first, or open the raw URL in your browser. On Linux it can install missing pieces (curl, wget, unzip, Docker Engine via Docker's official script), download the Compose bundle from muvo.tv, pull the container image, and start the stack.

Curl (recommended)

curl -fsSL https://www.muvo.tv/api/download/install-muvo-docker | sudo bash

wget

wget -qO- https://www.muvo.tv/api/download/install-muvo-docker | sudo bash

The same script URL is listed on the Download page under Docker. Source builds from a private Git clone use MUVO_DOCKER_INSTALL_MODE=source and MUVO_GIT_URL.