Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ispyb/ispyb-docker-pydb
A prepopulated mariadb ready for use with py-ispyb for development and testing.
https://github.com/ispyb/ispyb-docker-pydb
Last synced: 11 days ago
JSON representation
A prepopulated mariadb ready for use with py-ispyb for development and testing.
- Host: GitHub
- URL: https://github.com/ispyb/ispyb-docker-pydb
- Owner: ispyb
- Created: 2022-04-26T08:05:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T09:42:04.000Z (about 2 years ago)
- Last Synced: 2024-11-28T00:09:38.943Z (2 months ago)
- Language: Dockerfile
- Size: 123 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ispyb-docker-pydb
A prepopulated mariadb ready for use with https://github.com/ispyb/py-ispyb for development and testing.
## Building
```bash
docker build -t ispyb-pydb .
```Prebuilt images are available from ispyb on dockerhub: https://hub.docker.com/r/ispyb/ispyb-pydb
## Running
```bash
docker run --name mariadb ispyb-pydb
```## Using
Two users are available:
- Normal user:
- Login: `abcd`
- Password: Anything but not empty.- Admin user:
- Login: `efgh`
- Password: Anything but not empty.Proposal name is `blc00001` and session is `blc00001-1`.