1.2 KiB
title, tags
| title | tags | |
|---|---|---|
| Install |
|
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:
==}
-
:material-circle: docker run
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.This requires a longer command that must be used each time you wish to bring the container up.
-
:material-circle: docker compose
Spin up the TVApp2 container by creating a
📄 docker-compose.ymlfile which will store all of your options such as env variables, mounted volumes, and labels.To bring the container up,
cdinto the folder with the📄 docker-compose.ymlfile, and run the commanddocker compose up -d.