-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Fix Docker Integration documentation to properly explain how to configure Docker Compose environments to be published as Docker Compose services, including how to push images to GitHub Container Registry (GHCR). Make sure all the examples in the docs match what exists in the API.
- The
.WithPropertiesexample uses properties that do not exist: https://aspire.dev/integrations/compute/docker/#add-docker-compose-environment-resource-with-properties - Show how to use
.AddContainerRegistrysyntax to push images to GHCR. - Explain how the images are pushed to the registry with the
aspire do pushcommand. - Add a link to Aspire.Hosting.Docker API docs
Perhaps a new page should be added for "Pushing Docker Images to GHCR" and the existing page should use a different example for .WithProperties like DashboardEnabled = true;. This new topic could explain how to implement the GitHub Actions workflow to build and push images.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels