Skip to content

Commit a32d5d9

Browse files
committed
Update create-container-image.md
1 parent d001031 commit a32d5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-container-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ You will use the provided `Dockerfile`.
1212
docker run -p 8080:8080 --env-file .env -ti mean-stack:v1.0.0
1313
1414
- Login to your container registry.
15-
> Note: If using the IBM Cloud Container registry, don't forger to use `ibmcloud cr login`
15+
> Note: If using the IBM Cloud Container registry, don't forget to use `ibmcloud cr login`
1616
1717
- Tag the image with your container registry's namespace/repository name.
1818
> Note:For IBM Cloud Container Registry in the US: `docker tag mean-stack:v1.0.0 us.icr.io/<namespace>/mean-stack:1.0.0`
1919
2020
- Push the image.
21-
> Note: For IBM Cloud Container Registry in the US: `docker tag mean-stack:v1.0.0 us.icr.io/<namespace>/mean-stack:1.0.0`
21+
> Note: For IBM Cloud Container Registry in the US: `docker push mean-stack:v1.0.0 us.icr.io/<namespace>/mean-stack:1.0.0`
2222
2323
- If you are using IBM Cloud Code Engine to run your container image and the containter registry used is the IBM Cloud Container Registry or a non-Public registry, you will be required to setup a secret for reading the image. Follow the steps outlined in here: https://cloud.ibm.com/docs/codeengine?topic=codeengine-add-registry to do just that.

0 commit comments

Comments
 (0)