Versions Compared

Key

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

Table of Contents
maxLevel5
minLevel3

You must have Docker Engine installed as per https://docs.docker.com/install for this installation option.

...

  1. Pull docker image
  2. Start container using specific image.
Step 1 - Pull Docker Image

First let's pull docker image flexdeploy/fd_tcat_xe_50. Adjust image name (if you are using tutorial image) and version as necessary.

Code Block
docker pull flexdeploy/fd_tcat_xe_50:5.0.0.2

Step 2 - Run Docker Container

Now let's run FlexDeploy docker image. Adjust image name (if you are using tutorial image) and version as necessary.

...