Versions Compared

Key

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

...

Code Block
docker pull flexdeploy/fd_tcat_xe_50:5.0.0.2

Image RemovedImage Added

Now let's run FlexDeploy docker image. Adjust version as necessary. Port number 8000 will be used to access this particular install of FlexDeploy which maps to 8080 inside docker container. Oracle XE is included as part of this image and it's port 1521 is also accessible on docker host.

Code Block
docker run --name flexdeployflexdeploy51_xe -p 1521:1521 -p 8000:8080 --shm-size=2gb flexdeploy/fd_tcat_xe_50:5.0.0.12

Image RemovedImage Added

After some time, you can close command session that started FlexDeploy docker container.

...