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: 4 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T09:42:04.000Z (over 3 years ago)
- Last Synced: 2025-04-07T10:51:35.854Z (about 1 year 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`.