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

Add docker wait command #33

Open
jaudiger opened this issue Jul 20, 2021 · 2 comments
Open

Add docker wait command #33

jaudiger opened this issue Jul 20, 2021 · 2 comments

Comments

@jaudiger
Copy link

jaudiger commented Jul 20, 2021

Reference: https://docs.docker.com/engine/reference/commandline/wait/

Proposed syntax:

  • Command: docker wait containerA containerB
docker:
  description: "Wait a service"
  wait:
    container:
    - containerA
    - container B

The wait command can be useful for synchronization.

@vdice
Copy link
Member

vdice commented Jul 20, 2021

(Typo in OP above, should read docker:. Similarly for issues 34 and 35)

@jaudiger
Copy link
Author

(Typo in OP above, should read docker:. Similarly for issues 34 and 35)

Updated, thanks.

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