Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changesets/docs_add_dockerhub_runtime_container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Update Documentation To Add DockerHub References

Now that we have a DockerHub account we have published the Runtime Container to that account.
This fix simply adds a reference to that to the documentation

By [@jonathanrainer](https://github.com/jonathanrainer) in https://github.com/apollographql/router/pull/8054
7 changes: 5 additions & 2 deletions docs/source/routing/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@

### Apollo Runtime Container (Recommended)

Apollo provides the Apollo Runtime Container, which bundles all that's required to run the Apollo Runtime in one place. This includes the Apollo Router and the [Apollo MCP Server](/apollo-mcp-server).
Apollo provides the [Apollo Runtime Container](https://github.com/apollographql/apollo-runtime), which bundles all that's required to run the Apollo Runtime in one place. This includes the Apollo Router and the [Apollo MCP Server](/apollo-mcp-server).

Check warning on line 37 in docs/source/routing/self-hosted/index.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/self-hosted/index.mdx#L37

Do not use articles like 'the' before standalone product names. ```suggestion Apollo provides [Apollo Runtime Container](https://github.com/apollographql/apollo-runtime), which bundles all that's required to run the Apollo Runtime in one place. This includes Apollo Router and [Apollo MCP Server](/apollo-mcp-server). ```

The images are available via GitHub, downloadable from `ghcr.io/apollographql/apollo-runtime` and the [Apollo Runtime Container repository](https://github.com/apollographql/apollo-runtime).
You can download the images from:

- [Docker Hub](https://hub.docker.com/r/apollograph/apollo-runtime) (recommended)
- [GitHub Container Registry](https://github.com/apollographql/apollo-runtime/pkgs/container/apollo-runtime)

For more information on deploying using your container environment:

Expand Down