benjaminsampica / DynamoLeagueBlazor

A fantasy football league with heavy custom rules.
https://www.dynamoleague.com
25 stars 5 forks source link

Improve developer experience for application cold boot around docker images being initialized. #183

Closed benjaminsampica closed 1 year ago

benjaminsampica commented 1 year ago

See #179.

The sql server image is large so the first-time boot is really slow locally. This needs to surface somehow to make it more obvious docker is doing its thing without it being tribal knowledge.

Could be adding a wiki and linking to it via the README or more clever with the application itself.

HenryMigo commented 1 year ago

@benjaminsampica I have added some documentation for this. I have also referenced to the other issue that the process improvement or surfacing of what's going on is known as an issue.

benjaminsampica commented 1 year ago

Found this… https://dotnet.testcontainers.org/api/wait_strategies/

will investigate this further.