Creating an App Connect Professional Docker image
Before you begin
- Download the App Connect Professional image or the App Connect Professional Docker image tar file from IBM Fix Central (passport).
- Transfer the downloaded App Connect Professional image or App Connect Professional Docker image tar file to the Ubuntu server that has the Docker package.
About this task
Use this task to create an App Connect Professional Docker image from either the App Connect Professional image or the App Connect Professional Docker image tar file.
Procedure
- If using the App Connect Professional image, then complete the following steps:
- Run the command:
docker build --no-cache -t appconnectv7530/<build_number> castiron_docker
For example, docker build --no-cache -t appconnectv7530/20181024-1338 castiron_docker
- Run the command:
- If using the App Connect Professional Docker image tar file, then run the command:
docker load < <file_name>.tar
Results
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.