Versions Compared

Key

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

...

Start command session to Docker host and make sure you can run docker commands. If necessary sudo to root or other user.

...

Here are main steps for this type of docker image.

  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.

...