embed Docker share videos in guides

This commit is contained in:
Kenneth Bingham 2023-02-21 13:16:38 -05:00
parent 62a689432d
commit 08d127bf7d
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,10 @@ sidebar_label: Private Share
With zrok, you can privately share a server app that's running in Docker. Another zrok somewhere else can then access your private share with Docker too. In this guide we'll cover both sides: the private share and the private access.
## Walkthrough Video
<iframe width="100%" height="315" src="https://www.youtube.com/embed/HxyvtFAvwUE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
## Before You Begin
To follow this guide you will need [Docker](https://docs.docker.com/get-docker/) and [the Docker Compose plugin](https://docs.docker.com/compose/install/) for running `docker compose` commands in your terminal.

View File

@ -5,7 +5,11 @@ sidebar_label: Public Share
# Docker Public Share
You can run a public or private zrok share with Docker.
With zrok, you can publicly share a server app that's running in another Docker container, or any server that's reachable by the zrok container.
## Walkthrough Video
<iframe width="100%" height="315" src="https://www.youtube.com/embed/ycov--9ZtB4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
## Before You Begin