Skip to content

Commit 8e68c23

Browse files
committed
Frances Overby: Merge pull request #1465 from coligo/fmo-upd-15Sept21-g
1 parent 70fe0ba commit 8e68c23

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

Diff for: appdeploy-cr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-09-01"
5+
lastupdated: "2021-09-15"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -137,7 +137,7 @@ Deploy an application that uses an image in a container registry by using the {{
137137
10. Select a value for **Tag**; for example, `latest`.
138138
11. Click **Done**.
139139
12. Modify any runtime settings or environment variables for your app. For more information about these options, see [Options for deploying an app](/docs/codeengine?topic=codeengine-application-workloads#deploy-app-options).
140-
13. From the Create application page, click **Create**.
140+
13. Click **Create** to create the application.
141141
14. After the application status changes to **Ready**, you can test the application by clicking **Send request**. To open the application in a web page, click **Open application URL**.
142142

143143
If you want to add registry access to a {{site.data.keyword.registryshort}} instance that is not in your account, see [Adding access to a {{site.data.keyword.registryshort}}](/docs/codeengine?topic=codeengine-add-registry).

Diff for: appdeploy-public.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-09-01"
5+
lastupdated: "2021-09-15"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -127,8 +127,9 @@ This example references an image in public Docker Hub. You can also reference an
127127
1. Open the [{{site.data.keyword.codeengineshort}}](https://cloud.ibm.com/codeengine/overview){: external} console.
128128
2. Select **Start creating** from **Run a container image**.
129129
3. Select **Application**.
130-
4. Enter a name for the application and specify a container image, for example, `docker.io/ibmcom/helloworld`. Use a name for your application that is unique within the project.
130+
4. Enter a name for the application. Use a name for your application that is unique within the project.
131131
5. Select a project from the list of available projects. You can also [create a new one](/docs/codeengine?topic=codeengine-manage-project#create-a-project). You must have a selected project to deploy an app.
132+
6. Specify a container image, for example, `docker.io/ibmcom/helloworld`.
132133
6. Modify any default values for environment variables or runtime settings. For more information about these options, see [Options for deploying an app](/docs/codeengine?topic=codeengine-application-workloads#deploy-app-options).
133134
7. Click **Create**.
134135
8. After the application status changes to **Ready**, you can test the application by clicking **Send request**. To open the application in a web page, click **Open application URL**.

Diff for: getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-09-09"
5+
lastupdated: "2021-09-15"
66

77
keywords: getting started with ibm cloud code engine, code engine, ibm cloud code engine, jobs in code engine, apps in code engine, builds with code engine, {{site.data.keyword.codeenginefull_notm}}, building container image, source code
88

@@ -351,7 +351,7 @@ Create and run your first {{site.data.keyword.codeengineshort}} build and then d
351351
{{site.data.keyword.codeengineshort}} can automatically push images to a {{site.data.keyword.registryshort}} namespace in your account. It can even create a namespace for you. To push images to a different {{site.data.keyword.registryshort}} account or to a private DockerHub account, see [Adding access to a private container registry](/docs/codeengine?topic=codeengine-add-registry).
352352

353353
1. Open the [{{site.data.keyword.codeengineshort}}](https://cloud.ibm.com/codeengine/overview){: external} console.
354-
2. Select **Start creating** from **Start from source code**.
354+
2. Select **Start creating** from **Start with source code**.
355355
3. Select **Application**.
356356
5. Enter a name for the application. Use a name for your application that is unique within the project.
357357
4. Select a project from the list of available projects. You can also [create a new one](/docs/codeengine?topic=codeengine-manage-project#create-a-project). Note that you must have a selected project to deploy an app.

Diff for: subscription-cos-tutorial.md

-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ Tutorials might incur costs. Use the Cost Estimator to generate a cost estimate
145145
The {{site.data.keyword.cos_short}} event producer generates events based on operations on objects in {{site.data.keyword.cos_full_notm}} buckets.
146146
{: shortdesc}
147147

148-
To see the buckets and their associated regions by using the CLI,
149-
150148
1. Install the {{site.data.keyword.cos_short}} plug-in CLI.
151149

152150
```

0 commit comments

Comments
 (0)