Skip to content

Commit

Permalink
Fix broken docker link (#305)
Browse files Browse the repository at this point in the history
See https://hub.docker.com/_/consul:
> Upcoming in Consul 1.16, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from hashicorp/consul instead of consul. Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/consul.
  • Loading branch information
bart-vmware authored Sep 15, 2023
1 parent 4ae58ec commit 9b0cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonTasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run --rm -ti -p 5672:5672 -p 15672:15672 --name rabbitmq rabbitmq:3-manag
### Run Consul Server with Docker

```script
docker run --rm -ti -p 8500:8500 --name=steeltoe-consul consul
docker run --rm -ti -p 8500:8500 --name=steeltoe-consul hashicorp/consul
```

## Spring Boot Admin
Expand Down

0 comments on commit 9b0cfa3

Please sign in to comment.