# docker-omnidb **Repository Path**: github_speed/docker-omnidb ## Basic Information - **Project Name**: docker-omnidb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-08 - **Last Updated**: 2025-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![master branch build status](https://github.com/taivokasper/docker-omnidb/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/taivokasper/docker-omnidb/actions "Github Actions") [![Docker Pulls](https://img.shields.io/docker/pulls/taivokasper/omnidb)](https://hub.docker.com/r/taivokasper/omnidb "Image info") [![Github tag](https://badgen.net/github/tag/taivokasper/docker-omnidb)](https://hub.docker.com/repository/docker/taivokasper/omnidb/tags?page=1&ordering=last_updated "Latest tag") # docker-omnidb Minimal [Alpine linux](https://hub.docker.com/_/alpine/) based [Docker](https://www.docker.com/) container running [OmniDB](https://www.omnidb.org/en/) for easy database management via web interface. ## Running * Without volume mapping ```bash 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 ```bash 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 | Port | Usage | | ---- | ----- | | 8080 | HTTP | | 25482 | Websocket | ### Configuration persistence Configuration is stored in `/etc/omnidb` ## Login Default login username: "admin" and password "admin". ## Docker Hub Available for pulling from [Docker Hub](https://hub.docker.com/r/taivokasper/omnidb/).