Skip to content

[Feature] Container creation and execution #4326

@vicb

Description

@vicb

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.

/cc @mikenomitch @gabivlj @emily-shen @anonrig

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions