You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,11 @@
50
50
>***NEW** Use the `FILES_DIR` parameter to specify the local path to all the required installation files, e.g. `/path/to/my/downloads`.
51
51
5. Run the first script to grab the latest Docker [images](https://github.com/oracle/docker-images) from Oracle and build the Oracle Database image. The script takes one parameter, the environment filename (`mysettings.env`):
52
52
```bash
53
-
$ . 01-build.sh mysettings.env
53
+
$ bash 01-build.sh mysettings.env
54
54
```
55
55
6. Run the final script to create and run the container, where the container name is `axer` (it is preferred that you execute a command using `sudo` before executing this script):
56
56
```bash
57
-
$ . 02-run.sh axer mysettings.env
57
+
$ bash 02-run.sh axer mysettings.env
58
58
```
59
59
60
60
Using the sample settings, the following are accessible:
0 commit comments