Getting Started with Docker Compose For Go Applications

preview_player
Показать описание

✅ Subscribe and hit that 🔔 to get notified for all the latest tutorials!

🎥 Recording Setup

Рекомендации по теме
Комментарии
Автор

any chance you can share all the code from the example, the app and the accompanying docker file and docker-compose file, as a template to start from.

georgelza
Автор

Hi, Elliot! Could you please explain why do you use a two-stage build? If you built your app at the first stage, why do you need the second one? If you need the second one, why do you need to install go inside the final image as app is already compiled and could be executed without installing it? Thanks!

BabaykaMoscow
Автор

great video. One question, why not FiberV2?

amalshaji
Автор

Hi Elliot! I have one doubt. Is it possible to create multiple network for multiple containers like in case of microservices.

cyberbitgame
Автор

Hey Elliot, I just want to ask that can we connect multiple micro services with a single mysql database ....and for this can we use docker-compose or there is some any other better Method ....to implement this ??

niteeshdubey
Автор

Hey Elliot! I have a question, I see that you mostly use vscode for Go, what Go extensions do you use?:)

johannessvensson