OmniDB installed into a Docker container by the official installation guide.
1M+
Minimal Alpine linux based Docker container running OmniDB for easy database management via web interface.
docker run -it --rm -p 127.0.0.1:8080:8080 -p 127.0.0.1:25482:25482 taivokasper/omnidb
docker run -it --rm -v config-omnidb:/etc/omnidb -p 127.0.0.1:8080:8080 -p 127.0.0.1:25482:25482 taivokasper/omnidb
| Port | Usage |
|---|---|
| 8080 | HTTP |
| 25482 | Websocket |
Configuration is stored in /etc/omnidb
Default login username: "admin" and password "admin".
Source code available from Github.
Content type
Image
Digest
Size
115 MB
Last updated
almost 5 years ago
docker pull taivokasper/omnidb