DrSnowbird / sqlectron-docker

SQL for Any Database (sqlectron) Docker Container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlectron-docker

  • SQLectron (SQL Client) + Java 8 JDK + Maven 3.5 + Python 3.5 + Gradle + X11 (display GUI)

License Agreement

By using this image, you agree the Oracle Java JDK License. This image contains Oracle JDK 8. You must accept the Oracle Binary Code License Agreement for Java SE to use this image.

Components

  • SQLectron (SQL Client)
  • java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
  • Apache Maven 3.5.3
  • Python 3.5.2
  • X11 display desktop
  • Other tools: git wget unzip vim python python-setuptools python-dev python-numpy

Run (recommended for easy-start)

Image is pulling from openkbs/sqlectron-docker

./run.sh

Build

You can build your own image locally.

./build.sh

Other docker-based IDE

Display X11 Issue

You might see the warning message or something similar in the launching xterm console like below, you can just ignore it. I googled around and some blogs just suggested to ignore since the GUI is still functional ok.

** (eclipse:1): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-wrKH8o5rny: Connection refused

** (java:7): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-wrKH8o5rny: Connection refused

About

SQL for Any Database (sqlectron) Docker Container

License:Apache License 2.0


Languages

Language:Shell 82.1%Language:Dockerfile 17.9%