mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:05:41 -04:00
deploy: 879a9a658c
This commit is contained in:
1642
install/docker-run/index.html
Normal file
1642
install/docker-run/index.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
<link rel="prev" href="../about/tags/">
|
||||
|
||||
|
||||
<link rel="next" href="../config/env/">
|
||||
<link rel="next" href="docker-run/">
|
||||
|
||||
|
||||
<link rel="icon" href="../assets/favicon.png">
|
||||
@@ -794,7 +794,7 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="docker-run.md" class="md-nav__link">
|
||||
<a href="docker-run/" class="md-nav__link">
|
||||
|
||||
|
||||
|
||||
@@ -1122,18 +1122,23 @@
|
||||
<div class="grid cards">
|
||||
<ul>
|
||||
<li>
|
||||
<p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"/></svg></span> <a href="docker-run.md">docker run</a></p>
|
||||
<p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"/></svg></span> <a href="docker-run/">docker run</a></p>
|
||||
<hr />
|
||||
<p>Spin up the TVApp2 container using the <code>docker run</code> command.
|
||||
This is useful for quick launches, but is not time efficient
|
||||
if you plan to use this container long-term.</p>
|
||||
<p>This requires a longer command that must be used each time
|
||||
you wish to bring the container up.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"/></svg></span> <a href="docker-compose.md">docker compose</a></p>
|
||||
<hr />
|
||||
<p>Spin up the TVApp2 container by creating a <code>docker-compose.yml</code>
|
||||
file which will store all of your variables, volumes, properties,
|
||||
and any labels that you may need the container to utilize.</p>
|
||||
<p>Spin up the TVApp2 container by creating a <code>📄 docker-compose.yml</code>
|
||||
file which will store all of your options such as env variables,
|
||||
mounted volumes, and labels.</p>
|
||||
<p>To bring the container up, <code>cd</code> into the folder with the
|
||||
<code>📄 docker-compose.yml</code> file, and run the
|
||||
command <code>docker compose up -d</code>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -1159,7 +1164,7 @@ and any labels that you may need the container to utilize.</p>
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago" title="April 11, 2025 20:17:18"><span class="timeago" datetime="2025-04-11T20:17:18+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date" title="April 11, 2025 20:17:18">2025-04-11</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago" title="April 12, 2025 07:56:33"><span class="timeago" datetime="2025-04-12T07:56:33+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date" title="April 12, 2025 07:56:33">2025-04-12</span>
|
||||
</span>
|
||||
|
||||
|
||||
@@ -1250,13 +1255,13 @@ and any labels that you may need the container to utilize.</p>
|
||||
|
||||
|
||||
|
||||
<a href="../config/env/" class="md-footer__link md-footer__link--next" aria-label="Next: Environment Variables">
|
||||
<a href="docker-run/" class="md-footer__link md-footer__link--next" aria-label="Next: docker run">
|
||||
<div class="md-footer__title">
|
||||
<span class="md-footer__direction">
|
||||
Next
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
Environment Variables
|
||||
docker run
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer__button md-icon">
|
||||
|
||||
Reference in New Issue
Block a user