mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
embed Docker share videos in guides
This commit is contained in:
parent
62a689432d
commit
08d127bf7d
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user