Java Development Kit SE 8 (IMPORTANT: Please download the tarball, e.g. jdk-8u231-linux-x64.tar.gz.)
Place all four files in the sub-directory files.
Create a new file that contains the required variables. Make a copy of settings.env.sample, e.g. mysettings.env, and modify as desired. The file should contain the following variables:
Specify the Docker network to attach to using the parameter DOCKER_NETWORK_NAME. The run script will check if the network exists, and if not, create it.
The parameter RTU_ENABLED has been introduced. It allows users to create containers that can be used to create an image from using Docker commit. Set the value to "Y" if this ability is required.
Use the FILES_DIR parameter to specify the local path to all the required installation files, e.g. /path/to/my/downloads.
NEW Set the value of ALLOW_DB_PATCHING to Y to preserve files needed to successfully patch the database software with OPatch.
NEWAs of December 5, 2019,
Oracle Machine Learning (previously known as Oracle Advanced Analytics)
option is now included with all editions of Oracle Database 12c R2 and
later, including 18c Express Edition (XE). Use the OML4R_SUPPORT
parameter to install database support for running embedded R scripts.
At the moment, this option is only valid for 18c or later.
NEW SQL Developer Web is now availablel with ORDS
version 19.4. This feature is enabled by default. To turn it off, set
the environment variable SQLDEVWEB to N. The REST-enabled SQL feature can be managed by the variable REST_ENABLED_SQL,
but note that this value is ignored if SQL Developer Web is activated.
For builds with earlier ORDS versions, the added configuration
properties are safely ignored.
Run the first script to grab the latest Docker images from Oracle and build the Oracle Database image. The script takes one parameter, the environment filename (mysettings.env):
$ bash 01-build.sh mysettings.env
Run the final script to create and run the container, where the container name is das (it is preferred that you execute a command using sudo before executing this script):
$ bash 02-run.sh das mysettings.env
Using the sample settings, the following are accessible:
Tidak ada komentar:
Posting Komentar