You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Relevant issue(s)
Resolves#1983
## Description
This PR enables the embedded playground in the DefraDB Docker builds.
## Tasks
- [x] I made sure the code is well commented, particularly
hard-to-understand areas.
- [x] I made sure the repository-held documentation is changed
accordingly.
- [x] I made sure the pull request title adheres to the conventional
commit style (the subset used in the project can be found in
[tools/configs/chglog/config.yml](tools/configs/chglog/config.yml)).
- [x] I made sure to discuss its limitations such as threats to
validity, vulnerability to mistake and misuse, robustness to
invalidation of assumptions, resource requirements, ...
## How has this been tested?
Built and pushed image to `docker.io/sourcenetwork/defradb:develop`
Specify the platform(s) on which this was tested:
- MacOS
## Relevant issue(s)
Resolvessourcenetwork#1983
## Description
This PR enables the embedded playground in the DefraDB Docker builds.
## Tasks
- [x] I made sure the code is well commented, particularly
hard-to-understand areas.
- [x] I made sure the repository-held documentation is changed
accordingly.
- [x] I made sure the pull request title adheres to the conventional
commit style (the subset used in the project can be found in
[tools/configs/chglog/config.yml](tools/configs/chglog/config.yml)).
- [x] I made sure to discuss its limitations such as threats to
validity, vulnerability to mistake and misuse, robustness to
invalidation of assumptions, resource requirements, ...
## How has this been tested?
Built and pushed image to `docker.io/sourcenetwork/defradb:develop`
Specify the platform(s) on which this was tested:
- MacOS
Distributing the playground with the DefraDB Docker image will make it the simplest way for new users to try out DefraDB.
docker run -p 9181:9181 sourcenetwork/defradb start --url 0.0.0.0:9181
http://localhost:9181
The text was updated successfully, but these errors were encountered: