DEV Community

Discussion on: Dockerize your Go app

Collapse
 
jhelberg profile image
Joost Helberg

Why would you use docker? The go binary is sufficient, not? What is the added value of docker when using a go program?

Collapse
 
clavinjune profile image
Clavin June

when in production, I use docker to containerize my go apps to limit the app resources & auto-start the apps