TutorialsDeveloping Docker Compose Applications on the Cloud
After the popularization of containers, a lot of the development workflow started leaning on Docker Compose. You would have a Docker Compose file which defined how to build the container images for all your services, what ports to expose, and then have volumes attached to your containers. You would then run the containers locally and leverage the attached volumes so you could develop your application. But there are a lot of limitations in this flow which not only hamper developer productivity but also can cause security issues and bugs. In this video we see how you can take your Docker Compose local development workflow to the Clould with the help of Okteto!