Skip to content

Commit 79bf8e2

Browse files
committed
Changes from master
1 parent 60656c2 commit 79bf8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/weblogic-docker-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ kubectl create secret docker-registry SECRET_NAME
3434

3535
In this command, replace the uppercase items with the appropriate values. The `SECRET_NAME` will be needed in later parameter files. The `NAMESPACE` must match the namespace where the first domain will be deployed, otherwise Kubernetes will not be able to find it.
3636

37-
It may be preferable to manually pull the image in advance, on each Kubernetes worker node, as described in the next section.
37+
It may be preferable to manually pull the image in advance, on each Kubernetes worker node, as described in the next section.
3838
If you choose this approach, you do not require the Kubernetes secret.
3939

4040
## Obtaining standard images from the Docker store
@@ -44,10 +44,10 @@ Oracle provides a [WebLogic Server 12.2.1.3.0 Docker image](https://store.docker
4444
must have a Docker Store account, log on to the Docker Store, navigate
4545
to that image and click on the "Proceed to Checkout" button which will
4646
prompt you to read and accept the license agreement for the image.
47-
Once you have accepted the license agreement, you will be able to
47+
After you have accepted the license agreement, you will be able to
4848
pull the image using your Docker store credentials.
4949

50-
First, you will need to login to the Docker Store:
50+
First, you will need to log in to the Docker Store:
5151

5252
```
5353
$ docker login

0 commit comments

Comments
 (0)