All Projects → taivokasper → docker-omnidb

taivokasper / docker-omnidb

Licence: other
OmniDB installed into a Docker container

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-omnidb

Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (+126.67%)
Mutual labels:  docker-container, database-management
dockupdater
Automatically keep your docker services and your docker containers up-to-date with the latest version
Stars: ✭ 76 (+153.33%)
Mutual labels:  docker-container
quickstep
Quickstep project
Stars: ✭ 22 (-26.67%)
Mutual labels:  database-management
multirun
A minimalist init process designed for Docker
Stars: ✭ 85 (+183.33%)
Mutual labels:  docker-container
nftables-example
A playground ruleset to get to know nftables syntax
Stars: ✭ 19 (-36.67%)
Mutual labels:  docker-container
drupal-dev-docker
An opinionated Drupal development environment based on Docker.
Stars: ✭ 22 (-26.67%)
Mutual labels:  docker-container
sqlite-gui
Lightweight SQLite editor for Windows
Stars: ✭ 151 (+403.33%)
Mutual labels:  database-management
larawell
Monolithic docker container to run your Laravel apps: MariaDB/Redis/Nginx/PHP7.0-Fpm with properly configured cron and queue
Stars: ✭ 14 (-53.33%)
Mutual labels:  docker-container
GeoServer-Docker
Docker container for installing Geoserver
Stars: ✭ 62 (+106.67%)
Mutual labels:  docker-container
docker-controller-scala
No description or website provided.
Stars: ✭ 12 (-60%)
Mutual labels:  docker-container
docker-lidarr-lad
Official docker for LAD bash enhancement script
Stars: ✭ 22 (-26.67%)
Mutual labels:  docker-container
yupe-docker
Yupe! CMF in Docker containers
Stars: ✭ 15 (-50%)
Mutual labels:  docker-container
jira-grafana-json-datasource
Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
Stars: ✭ 68 (+126.67%)
Mutual labels:  docker-container
dockerfiles
A collection of Docker recipes.
Stars: ✭ 31 (+3.33%)
Mutual labels:  docker-container
docker-monitoring-windows
Monitor your Docker containers using prometheus, cAdvisor , node-exported and grafana on Windows
Stars: ✭ 49 (+63.33%)
Mutual labels:  docker-container
docker-airdcpp-webclient
AirDC++ Web Client Docker image
Stars: ✭ 24 (-20%)
Mutual labels:  webclient
ssh-agent-inject
[Note: Not needed with VS Code anymore.] Forwards the host's ssh-agent into a Docker container on Windows and macOS hosts.
Stars: ✭ 20 (-33.33%)
Mutual labels:  docker-container
Musical-World
DBMS Mini Project that basically designed for online music player
Stars: ✭ 59 (+96.67%)
Mutual labels:  database-management
webchat app
微信小程序
Stars: ✭ 28 (-6.67%)
Mutual labels:  webclient
wkhtmltopdf-flask-aas
Wkhtmltopdf Flask As a Service
Stars: ✭ 17 (-43.33%)
Mutual labels:  docker-container

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].