Docker for running universal SQL client Dbeaver
411
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
Content type
Image
Digest
Size
262.2 MB
Last updated
over 8 years ago
docker pull matheusmmo/docker-dbeaver