Sign inSign up

matheusmmo/docker-dbeaver

By matheusmmo

Updated over 8 years ago

Docker for running universal SQL client Dbeaver

Image
0

411

matheusmmo/docker-dbeaver repository overview

Docker for DBeaver

If you want you can run with the docker-compose.yml provided in this repository (The default place to save dbeaver configuration is ~/Dropbox, so if you don't want to save in this directory, change the volumes section in your docker-compose.yml)

Or, you can run with docker run command:

docker run --name dbeaver \
 -v $(pwd)/data:/root/.dbeaver4 \
 -v $(pwd)/data:/root/.dbeaver-drivers \
 -v /tmp/.X11-unix:/tmp/.X11-unix \
 -e DISPLAY=$DISPLAY \
 --net=host \
 matheusmmo/docker-dbeaver 

Tag summary

Content type

Image

Digest

Size

262.2 MB

Last updated

over 8 years ago

docker pull matheusmmo/docker-dbeaver