How would you implement a scalable REST service using Docker?
Réponse à la question d'entretien
Utilisateur anonyme
20 janv. 2020
It was answered through the project submission but basically using HTTPS offloading to a load balancer and putting multiple docker instances behind the load balancer.