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
Add a high-level overview of the lifecycle/phases of an Aspire app. Keep it simple focusing on local dev, deploy to Docker desktop containers, and release using GitHub Action. Configure an apphost.cs with Aspire.Docker.Hosting integration that create a Docker Compose environment in which container images can be pushed to GitHub Container registry.
Inner-loop dev
explain aspire run for local development & debugging
local deploy
explain aspire deploy to create images and local containers
release
show a sample GitHub actions workflow that uses Aspire CLI to push images to GHCR and create docker-compose artifacts