File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
docs-source/content/quickstart Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,25 @@ and accept the license agreement for the [WebLogic Server image](https://hub.doc
28
28
$ docker pull traefik:1.7.6
29
29
` ` `
30
30
31
- 1. From the [Oracle Container Registry](https://container-registry.oracle.com), pull the WebLogic 12.2.1.3 install image with the ` 190111` tag:
31
+ 1. Log into the [Oracle Container Registry](https://container-registry.oracle.com). First time users,
32
+ follow these [directions](https://docs.oracle.com/cd/E37670_01/E75728/html/oracle-registry-server.html).
33
+
34
+ a. Accept the Oracle Standard Terms and Restrictions.
35
+
36
+ ` ` ` bash
37
+ $ docker login container-registry.oracle.com
38
+ ` ` `
39
+
40
+ b. Provide the same credentials that you used to log into the web interface.
41
+
42
+ 1. Find and then pull the WebLogic 12.2.1.3 install image:
32
43
33
44
` ` ` bash
34
- $ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3-190111
45
+ $ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3
35
46
` ` `
36
47
37
48
38
- {{% notice note %}} The WebLogic Docker image, ` weblogic:12.2.1.3-190111 ` , has all the necessary patches applied.
49
+ {{% notice note %}} The WebLogic Docker image, ` weblogic:12.2.1.3` , has all the necessary patches applied.
39
50
{{% /notice %}}
40
51
41
52
You can’t perform that action at this time.
0 commit comments