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:
-
Spin up the TVApp2 container using the
docker runcommand. This is useful for quick launches, but is not time efficient if you plan to use this container long-term. -
Spin up the TVApp2 container by creating a
docker-compose.ymlfile which will store all of your variables, volumes, properties, and any labels that you may need the container to utilize.