API Gateway 10.15 | Administering API Gateway | Container-based Provisioning | Docker Configuration | Data Backup using Docker Container | Building Docker Image on top of the public API Gateway Image
 
Building Docker Image on top of the public API Gateway Image
You must first build a Docker image to run the API Gateway utility. You can perform any backup operation inside the container.
You can either build a image on top of the public API Gateway image or on top of your local API Gateway installation.
*To build a Docker image:
1. Check out the following folder to your local machine, webmethods-api-gateway/samples/datamanagement/APIGatewayUtility/.
2. Run the following command:
docker build . -t <tag_name>
For example,
docker build . -t apigwimage
3. Run the following command to verify that the image is listed with the name provided in the previous step:
docker image ls
The list of available images, including the new image, appears.