Test using captions for images.

This commit is contained in:
2023-12-05 22:17:18 +13:00
parent 77f40ab686
commit e8fe498612
7 changed files with 93 additions and 3 deletions

View File

@ -1,11 +1,11 @@
---
title: Deploying our first application
title: Deploying your first application
exercise: 2
date: '2023-12-05'
tags: ['openshift','containers','kubernetes','deployments','images']
draft: false
authors: ['default']
summary: "Time to deploy our first app!"
summary: "Time to deploy your first app!"
---
@ -35,5 +35,7 @@ Click **Create** to deploy the application.
OpenShift will pull this container image if it does not exist already on the cluster and then deploy a container based on this image. You will be taken back to the **Topology** view in the **Developer** perspective which will show the new "Parksmap" application.
<Zoom>
![first-app](/ocp-app-delivery-workshop/static/images/first-app.gif)
|![first-app](/ocp-app-delivery-workshop/static/images/first-app.gif) |
|:-------------------------------------------------------------------:|
| *Deploying the container image* |
</Zoom>