Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b1bcb8a

Browse files
author
Rizchel Dayao
committed
Fix typo
1 parent 9485aa7 commit b1bcb8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can now access the application at http://localhost:3000
103103

104104
### 2. Run the application on Kubernetes
105105

106-
1. [Build Docker image.](#1-build-docker-image)
106+
1. [Build image.](#1-build-image)
107107
2. [Deploy the application](#2-deploy-the-application)
108108

109109
## Prerequisites
@@ -112,7 +112,7 @@ You can now access the application at http://localhost:3000
112112
$ bx cr namespace-add <your_namespace>
113113
```
114114

115-
### 1. Build Docker image
115+
### 1. Build image
116116

117117
In a terminal, run:
118118
```
@@ -122,7 +122,7 @@ $ bx cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy
122122
### 2. Deploy the application
123123

124124
```
125-
$ kubectl run deploy-react-kubernetes-deployment —-image= registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
125+
$ kubectl run deploy-react-kubernetes-deployment —-image registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
126126
127127
$ kubectl expose deployment/deploy-react-kubernetes-deployment
128128
—-type=NodePort —-name=deploy-react-kubernetes-service —-port=3000

0 commit comments

Comments
 (0)