[ENGDOCS-952] Update get started video (#15516)

* update get started video
This commit is contained in:
Craig Osterhout
2022-09-03 15:42:31 -07:00
committed by GitHub
parent 6f1e7e9f6c
commit 079a03abf6
2 changed files with 10 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
</div>
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-12">
<a class="video-item" href="https://youtu.be/iqqDU2crIEQ?t=30" target="_blank" rel="noopener">
<a class="video-item" href="https://youtu.be/gAGEar5HQoU" target="_blank" rel="noopener">
<img class="video-image" src="/images/video.svg" alt="video: How to get started with Docker" width="65" height="44" />
<div class="video-title">How to get started with Docker</div>
</a>

View File

@@ -77,9 +77,16 @@ In addition, you'll also learn about the best practices for building images, inc
If you are looking for information on how to containerize an application using your favorite language, see [Language-specific getting started guides](../language/index.md).
We also recommend the video walkthrough from DockerCon 2020.
We also recommend the video workshop from DockerCon 2022. Watch the video below or use the links to open the video at a particular section.
<iframe src="https://www.youtube-nocookie.com/embed/iqqDU2crIEQ?start=30" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
* [Docker overview and installation](https://youtu.be/gAGEar5HQoU)
* [Pull, run, and explore containers](https://youtu.be/gAGEar5HQoU?t=1400)
* [Build a container image](https://youtu.be/gAGEar5HQoU?t=3185)
* [Containerize an app](https://youtu.be/gAGEar5HQoU?t=4683)
* [Connect a DB and set up a bind mount](https://youtu.be/gAGEar5HQoU?t=6305)
* [Deploy a container to the cloud](https://youtu.be/gAGEar5HQoU?t=8280)
<iframe src="https://www.youtube-nocookie.com/embed/gAGEar5HQoU" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Download and install Docker