I am running developer portal 10.15 as a docker container in my machine and have few APIs published to it as part of a project PoC. I have also created few themes. I now want to create an image of this instance which includes the newly created themes and the published APIs. How can that be done?
I earlier did a similar exercise for my API Gateway instance. I was able to create a docker image which included the APIs and other components in my local API Gateway container by using the “docker commit ” command.
But when I tried to run a container with the image that was created by committing the developer portal container, it was just a base version and doesn’t contain the custom components I had in my original container.
Kindly advise if anyone has done/attempted and was successful.
#Developer-Portal-Container-image#API-Management#webMethods#Developer-Portal#API-Gateway#Developer-Portal-Docker-Image