Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.37 KB

master branch build status Docker Pulls Github tag

docker-omnidb

Minimal Alpine linux based Docker container running OmniDB for easy database management via web interface.

Running

  • 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

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.