Skip to content

Commit d1fc74d

Browse files
authored
Merge pull request #2250 from swamp09/fix_running_tests_doc
Fix broken link
2 parents 0f503e4 + 8a01a62 commit d1fc74d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RUNNING_TESTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ If no Oracle database with SYS and SYSTEM user access is available, try the dock
4141

4242
* Install [Docker](https://docker.github.io/engine/installation/)
4343

44-
* Pull [docker-oracle-xe-11g](https://hub.docker.com/r/wnameless/oracle-xe-11g/) image from docker hub
44+
* Pull [docker-oracle-xe-11g-r2](https://hub.docker.com/r/wnameless/oracle-xe-11g-r2/) image from docker hub
4545
```sh
46-
$ docker pull wnameless/oracle-xe-11g
46+
$ docker pull wnameless/oracle-xe-11g-r2
4747
```
4848

4949
* Start a Oracle database docker container with mapped ports. Use port `49161` to access the database.
5050
```sh
51-
$ docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g
51+
$ docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g-r2
5252
```
5353

5454
* Check connection to the database with `sqlplus`. The user is `system`, the password is `oracle`.

0 commit comments

Comments
 (0)