Versions Compared

Key

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

...

Now let's run FlexDeploy docker image. Adjust image version as necessary.

This particular image contains Oracle XE and FlexDeploy with Tomcat, i.e. data and artifact repository is all part of the container.

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. Adjust port numbers as appropriate for your docker host.

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

...