Skip to content

Commit

Permalink
Correct pull coordinate for DSE coordinator container (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordcp authored Jul 16, 2024
1 parent 85495b2 commit 60bb75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following are the commands for each of those images using the tag `{stargate

[source,bash,subs="attributes+"]
----
docker pull stargateio/coordinator-{dse-alt-tag-68}:{stargate2-docker-tag}
docker pull stargateio/coordinator-dse-{dse-alt-tag-68}:{stargate2-docker-tag}
docker pull stargateio/restapi:{stargate2-docker-tag}
docker pull stargateio/docsapi:{stargate2-docker-tag}
docker pull stargateio/graphqlapi:{stargate2-docker-tag}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You will want to run, for example:

This command will start using the latest available coordinator and API images with the `v2` tag.

You may also select a specific image tag using the `-t <image_tag>` option. A list of the available tags for the coordinator can be found https://hub.docker.com/r/stargateio/coordinator-6.8/tags[here].
You may also select a specific image tag using the `-t <image_tag>` option. A list of the available tags for the coordinator can be found https://hub.docker.com/r/stargateio/coordinator-dse-68/tags[here].
=====

.v1
Expand Down

0 comments on commit 60bb75f

Please sign in to comment.