Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

[Docker] Every container should run in the same docker network for a single execution #26

Closed
kminehart opened this issue Mar 17, 2022 · 0 comments

Comments

@kminehart
Copy link
Collaborator

kminehart commented Mar 17, 2022

Requirements:

  • When the pipeline starts, a docker network should be created.
  • The name of the docker network should be prefixed with a known string (like shipwright-) and suffixed with a random string to avoid name collision.
  • Every container created in the pipeline should be assigned to the created network.
  • Every container created in the pipeline should be referrable by its name.
  • When the pipeline ends, the network should be deleted.
@kminehart kminehart changed the title In Docker mode, each container should run in the same docker network [Docker] Every container should run in the same docker network for a single execution Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant