OneData 10.7 | Managing Master Data with webMethods OneData | Administering webMethods OneData | Using Docker Containers for OneData | Docker Command Parameters
 
Docker Command Parameters
This section describes the various parameters used in the Docker run command.
Parameter
Value Description
-e 'ACCEPT_EULA=Y'
Any value to confirm your acceptance of the end-user license agreement. Required setting for the OneData image.
-e OneData schema=password
The password of the OneData Metadata (passwordmd), Work Area (passwordwa), and Release Area (passwordra) schemas.
-env-file /ODE_DOCKER_ENV
The ODE_DOCKER_ENV file name with path. This file contains connection details to connect with the database and Elasticsearch.
--mount source=locateData,
destination=/opt/softwareag/Locate/data
The Docker volume name (locateData) for Locate and the volume directory (/opt/softwareag/Locate/data).
-p 127.0.0.1:9090:9090
TCP port on the host environment (127.0.0.1:9090) with a TCP port in the container (9090). In this example, OneData is listening on the TCP 9090 in the container. It is exposed to the port 9090 on the host. 127.0.0.1 is the host IP. To access OneData image outside the host, provide the machine IP.
daerepository03.eur.ad.
.sag:4443/mdm/onedata
Linux container image for the latest OneData version (10.3).
-d
Run the OneData Docker image as a background process.
-it
Run the OneData Docker image in the foreground in interactive mode (-i), -t (-tty Allocate a pseudo-TTY)