From 6cbc1a670dc44c8feb6fc1f564cd230c4426f361 Mon Sep 17 00:00:00 2001 From: Kourosh Maneshni <39573922+kourosh7@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:46:30 -0800 Subject: [PATCH] Update workload-ingress.md Update section 1. Deploying a Workload> step #7 to say "Container Image" as shown in the UI. --- .../quick-start-guides/deploy-workloads/workload-ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md b/docs/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md index b293b362b04..8dfb0a8cc95 100644 --- a/docs/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md +++ b/docs/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md @@ -18,7 +18,7 @@ For this workload, you'll be deploying the application Rancher Hello-World. 1. Click **Create**. 1. Click **Deployment**. 1. Enter a **Name** for your workload. -1. From the **Docker Image** field, enter `rancher/hello-world`. This field is case-sensitive. +1. From the **Container Image** field, enter `rancher/hello-world`. This field is case-sensitive. 1. Click **Add Port** and enter `80` in the **Private Container Port** field. Adding a port enables access to the application inside and outside of the cluster. For more information, see [Services](../../../pages-for-subheaders/workloads-and-pods.md#services). 1. Click **Create**.