You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Thinking about it more, "start" and "stop" should be different command blocks.
Otherwise, if you have containers A, B, C and B is already started, flipping the lever will simply invert the states (A and C are running, B is stopped)
We could do this as follows:
/docker
command to start and/or stop a containerWith the latter, a circuit such as this one can be used to implement something similar to Docker Compose :)
A big benefit in my book is that we can vary container start order by using more inverters
The text was updated successfully, but these errors were encountered: