boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Update README.md

Open stevenzamborsky opened this issue 2 years ago • 0 comments
trafficstars

Fix image names in Docker run commands to include hashicorp/ prefix. Without this we see the following errors:

$ docker run \
  --network host \
  -e 'BOUNDARY_POSTGRES_URL=postgresql://postgres:[email protected]:5432/postgres?sslmode=disable' \
  boundary database init -config /boundary/config.hcl

Unable to find image 'boundary:latest' locally
docker: Error response from daemon: pull access denied for boundary, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

stevenzamborsky avatar Feb 02 '23 21:02 stevenzamborsky