Skip to content

Commit

Permalink
fix up dataverse in docker section #9670
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 20, 2023
1 parent e03ce06 commit 699e77c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/release-notes/5.14-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@ See "Handling of license information fixed in the API" for guidance on how to en

### For Dataverse developers, support for running Dataverse in Docker (experimental)

Developers can experiment with running Dataverse in Docker: https://guides.dataverse.org/en/5.14/container/app-image.html (PR #9439)
Developers can experiment with running Dataverse in Docker: (PR #9439)

This is an image developers build locally. It is not meant for production use!
This is an image developers build locally (or can pull from Docker Hub). It is not meant for production use!

To provide a complete container-based local development environment, developers can deploy a Dataverse container from
the new image in addition to other containers for the necessary dependencies:
the new image in addition to other containers for necessary dependencies:
https://guides.dataverse.org/en/5.14/container/dev-usage.html

Please note that with this emerging solution we will sunset older tooling like `docker-aio` and `docker-dcm`.
We envision more testing possibilities in the future, to be discussed as part of the
[Dataverse Containerization Working Group](https://dc.wgs.gdcc.io). There is no roadmap yet, but you have been warned.
If there is some specific feature of these tools you would like to be kept, please [reach out](https://dc.wgs.gdcc.io).
[Dataverse Containerization Working Group](https://ct.gdcc.io). There is no sunsetting roadmap yet, but you have been warned.
If there is some specific feature of these tools you would like to be kept, please [reach out](https://ct.gdcc.io).

### Indexing performance improved

Expand Down

0 comments on commit 699e77c

Please sign in to comment.