Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First let's pull docker image flexdeploy/fd_tcat_53. Adjust image version as necessary.If you would like a version other than the latest specifiy a tag. E.G. 5.2.0.2

Code Block
docker pull flexdeploy/fd_tcat_53:5.3.0.0

Step 4 - Run Docker Container

...

Code Block
docker run --name flexdeploy53 -p 8004:8080 -e FLEX_DB_URL="jdbc:oracle:thin:@129.213.91.244:1521:xe" -e FD_ADMIN_PWD="welcome1" -e TZ=America/Chicago -e dbtype=oracle|postgres|mysql -v /scratch/DockerVolume/flexdeploy:/home/oracle flexdeploy/fd_tcat_53:5.3.0.0


Tip
titleExample JDBC URL (FLEX_DB_URL)

...