-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Description
Starting of the container
We do start container using a start command
I believe this will re-start an existing container if it already exists. That's not the same as starting a new container when the container is stateful.
Does that match what we do in prod?
Creation of the container
If a container of the same name already exists (error 409) we will re-use that.
That could be a problem when the existing container had a different environment/entrypoint as it will not be updated.
One way to overcome that would be to hash {environment, entrypoint}
and attach that to the container (via the name or a label). And re-create the container if something changed.
Metadata
Metadata
Assignees
Labels
No labels