Versions Compared

Key

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

The Docker Container Edition is a lightweight "Developer edition" (previously known Light)  designated mainly for developers.
It is geared towards the DataPower developer that wants to run DPOD on their Development Workstation, in the context of limited functionality . 
The Docker Container Edition does not support upgrades and not entitled to IBM support. Each new version requires deployment of new container.

...

Note
Make sure to configure your Docker installation as recommended in Docker Compatibility Matrix , especially make sure to use the recommended storage driver.

Hardware

  1. At least 2GB of disk space that can grow up to 4GB.
  2. At least 3GB of free memory.

Installation

Image Download and Installation

Download the desired DPOD Docker image from IBM Docker Hub:

  1. Specific version: dpod:<version number>. For example: dpod:1.0.7.0
  2. Latest version: dpod:latest

Image Installation

There are two options for installing DPOD Docker image on you local image repository:

Use the Docker pull command:

Code Block
languagebash
themeRDark
docker pull ibmcom/dpod:latest

...

's Fix Central

After downloading the desired images to your Docker host use the load command:

Code Block
languagebash
themeRDark
docker load < /tmp/dpod-latest.tar.gz

Use the following command to display your local image repository:

...