Creating a App Connect Docker Image

Before you begin

  • Download the App Connect docker tar file from the fix central (passport).
  • Transfer the downloaded App Connect docker tar file to the Ubuntu server that has the Docker package.

About this task

Use this task to create a App Connect Docker image using the App Connect Docker tar file.

Procedure

  1. In the Ubuntu server, extract the tar file using the following command:
    tar –xzf <file name>.tar.gz
  2. Navigate to the extracted folder and locate AppConnect_docker folder.
  3. Create the docker image by executing the following command:
    docker build --no-cache -t AppConnectv7520/<CI build number> AppConnect_docker

    For example, docker build --no-cache -t AppConnectv7520/20160302-1536 AppConnect_docker

Results

You have successfully created a App Connect Docker Container.
Note:

On successful creation of the docker image, a message is displayed Successfully built <docker image ID>. You can verify the image by running the command docker images.




Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.VAuserguide.doc/CIDC_creating_cid_image.html