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
Currently, the program uses the docker cli to talk to docker. This has some disadvantages, e.g., we have to run docker ps once for every container at startup. This is rather slow and causes a delay, which is noticeable when managing more than 10 containers. Instead, we should use some library or language bindings and directly talk to docker daemon .
The text was updated successfully, but these errors were encountered:
Currently, the program uses the docker cli to talk to docker. This has some disadvantages, e.g., we have to run docker ps once for every container at startup. This is rather slow and causes a delay, which is noticeable when managing more than 10 containers. Instead, we should use some library or language bindings and directly talk to docker daemon .
The text was updated successfully, but these errors were encountered: