Building the TrafficManager image
This topic describes how to build the Local Edition TrafficManager Docker image with adapters built by the customer. The following example shows how to build the TrafficManager image using Podman.
Procedure
-
Build the TrafficManager image using Podman.
$ ./build-images.sh -c podman -i apim-le-trafficmanagerAlternatively, build the image using Docker.
$ ./build-images.sh -c docker -i apim-le-trafficmanager -
Push the image.
$ cd scripts/
$ ./push-images.sh -i apim-le-trafficmanager