Hi everyone, I need a bit of a guidance. I have a ...
# help
u
Hi everyone, I need a bit of a guidance. I have a mock API project that I run locally by pulling the wiremock docker image and providing API's mapping files in the docker run command. Now I want to pull the wiremock image in another docker container with my mapping files in it so that I can deploy it to remote container registery. Any help would be appreciated. Thanks
o
So you just need to build a custom Docker image, correct?