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

Increase docker command timeout #591

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Increase docker command timeout #591

merged 2 commits into from
Oct 31, 2023

Commits on Oct 31, 2023

  1. Increase docker command timeout

    Docker goes to into resource saver mode after 5 minutes of not running a container (by default). While in this mode, the commands we use for the docker check take quite some time (11+ seconds on my laptop). Increasing the timeout for 25 seconds instead.
    
    Read more here:
    
    https://docs.docker.com/desktop/use-desktop/resource-saver/
    davidfowl authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b40fdfd View commit details
    Browse the repository at this point in the history
  2. Update src/Aspire.Hosting/Dcp/DcpHostService.cs

    Co-authored-by: James Newton-King <[email protected]>
    davidfowl and JamesNK authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    419e1d5 View commit details
    Browse the repository at this point in the history