Minimal Alpine linux based Docker container running OmniDB for easy database management via web interface.
- Without volume mapping
docker run -it --rm -p 127.0.0.1:8080:8080 -p 127.0.0.1:25482:25482 taivokasper/omnidb
- Using volume for configuration persistence
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".
Available for pulling from Docker Hub.