Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation on running locally with Docker #8020

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

hlinnaka
Copy link
Contributor

  • Fix the dockerhub URLs

  • neondatabase/compute-node image has been replaced with Postgres version specific images like neondatabase/compute-node-v16

  • Use TAG=latest in the example, rather than some old tag. That's a sensible default for people to copy-past

  • For convenience, use a Postgres connection URL in the psql example that also includes the password. That way, there's no need to set up .pgpass

  • Update the image names in docker ps example to match what you get when you follow the example

Copy link

github-actions bot commented Jun 11, 2024

3210 tests run: 3068 passed, 0 failed, 142 skipped (full report)


Code coverage* (full report)

  • functions: 31.6% (6631 of 20990 functions)
  • lines: 48.6% (51500 of 106045 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
1157485 at 2024-06-12T07:18:40.612Z :recycle:

Base automatically changed from update-default-pg-version-in-docker-compose to main June 12, 2024 06:19
- Fix the dockerhub URLs

- `neondatabase/compute-node` image has been replaced with Postgres
  version specific images like `neondatabase/compute-node-v16`

- Use TAG=latest in the example, rather than some old tag. That's a
  sensible default for people to copy-past

- For convenience, use a Postgres connection URL in the `psql` example
  that also includes the password. That way, there's no need to set up
  .pgpass

- Update the image names in `docker ps` example to match what you get
  when you follow the example
@hlinnaka hlinnaka enabled auto-merge (squash) June 12, 2024 06:21
@hlinnaka hlinnaka merged commit 0a25614 into main Jun 12, 2024
57 of 58 checks passed
@hlinnaka hlinnaka deleted the update-docker-docs branch June 12, 2024 07:06
VladLazar pushed a commit that referenced this pull request Jun 12, 2024
- Fix the dockerhub URLs

- `neondatabase/compute-node` image has been replaced with Postgres
version specific images like `neondatabase/compute-node-v16`

- Use TAG=latest in the example, rather than some old tag. That's a
sensible default for people to copy-past

- For convenience, use a Postgres connection URL in the `psql` example
that also includes the password. That way, there's no need to set up
.pgpass

- Update the image names in `docker ps` example to match what you get
when you follow the example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants