Skip to content

Commit e66048e

Browse files
authored
Merge pull request #53 from oracle/issue-49
update doc to mention the need to login to docker store and to accept…
2 parents 8f6dc37 + 367eeb1 commit e66048e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ First run the build using this command:
2121
mvn clean install
2222
```
2323

24-
Then create the Docker image as follows:
24+
Then login to Docker Store so that you will be able to pull the base image, and create the Docker image as follows:
2525

2626
```
27+
docker login
2728
docker build -t weblogic-kubernetes-operator:developer --no-cache=true .
2829
```
2930

31+
Note: If you have not used the base image (`store/oracle/serverjre:8`) before you will need to visit the [Docker Store web interface](https://store.docker.com/images/oracle-serverjre-8) and accept the license agreement before Docker Store will give you permission to pull that image.
32+
3033
We recommend that you use a tag other than `latest` to make it easy to distinguish your image. In the example above, the tag could be the GitHub ID of the developer.
3134

3235
Next, upload your image to your Kubernetes server as follows:

0 commit comments

Comments
 (0)