Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have a way to update container without downtime? #6

Open
DJCoolDev opened this issue May 27, 2021 · 1 comment
Open

Do you have a way to update container without downtime? #6

DJCoolDev opened this issue May 27, 2021 · 1 comment

Comments

@DJCoolDev
Copy link

If u do not use docker images you can make reload commands for simple updating commands/ code without any downtime. How is this possible with docker?

@Maks1116
Copy link

You cannot do this without downtime. But doing this as this:

docker compose pull
docker compose down
docker compose up -d

will allow you to get smallest possible downtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants