Skip to content

Installing TVApp2

To install TVApp2 using docker; you will need to use either the 🗔 docker run command, or create a 📄 docker-compose.yml file which contains information about how to pull the latest image and spin the container up. We have provided instructions for both.


Select your desired option to bring up the TVApp2 container with:

  •   docker run


    Spin up the TVApp2 container using the docker run command. This is useful for quick launches, but is not time efficient if you plan to use this container long-term.

  •   docker compose


    Spin up the TVApp2 container by creating a docker-compose.yml file which will store all of your variables, volumes, properties, and any labels that you may need the container to utilize.