Sign inSign up

taivokasper/omnidb

By taivokasper

•Updated almost 5 years ago

OmniDB installed into a Docker container by the official installation guide.

Image
18

1M+

taivokasper/omnidb repository overview

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
PortUsage
8080HTTP
25482Websocket
⁠Configuration persistence

Configuration is stored in /etc/omnidb

⁠Login

Default login username: "admin" and password "admin".

⁠Github

Source code available from Github⁠.

Tag summary

Content type

Image

Digest

Size

115 MB

Last updated

almost 5 years ago

docker pull taivokasper/omnidb