-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
Milestone
Description
The Docker section in the deployment chapter shows you how to use docker compose and set up two containers (nginx and kestrel). It stops short of actually showing you how to deploy that multi-container application, though.
It should:
- Point to existing DigitalOcean guide for setting up a Docker host
- Describe how to push the built Docker image to Docker Hub
- Explain how to spin up a multi-container app on the DigitalOcean VM (probably just
docker compose up)
Reactions are currently unavailable