API Gateway 10.15 | Administering API Gateway | Container-based Provisioning | Docker Configuration | Data Backup using Docker Container | Building Docker Image on top of the local API Gateway installation
 
Building Docker Image on top of the local API Gateway installation
Before you begin
*Create a Docker image by following the steps provided in the article, https://github.com/SoftwareAG/webmethods-api-gateway/tree/master/samples/docker#building-an-api-gateway-docker-image.
*To build a Docker image:
1. Check out the following folder to your local machine, webmethods-api-gateway/samples/datamanagement/APIGatewayUtility/.
2. Edit the Docker file.
3. Replace the image name on the first line with the name of the API Gateway image that you have created.
FROM [API_GATEWAY_IMAGE_NAME]
4. Run the following command:
docker build . -t <tag_name>
For example,
docker build . -t apigwimage
The list of available images, including the new image, appears.