DEV Community

Discussion on: Explain like I'm five: How does docker application update work?

Collapse
 
frosnerd profile image
Frank Rosner

For every Environment that was deployed?

Isn't that the point where every developer wants to shoot himself, if he ever brought up docker to the table?

I guess that's the point where you should think about either automating the work or using a managed DB. You could of course also attempt to modify the existing container and save the state but that kind of defeats the purpose of Docker.