Can multiple microservices be contained in one docker container?
I have a spring-boot application named 'RestAPI' which acts as backend service for my UI. The RestAPI has become a bit complex... so I need to break it down in microservices. The RestAPI has following functionalities I would like to…