This project packages Apache Directory Studio in Ubuntu Latest container with TightVNC.
This image is set to automatically rebuild with every Ubuntu release and download the latest version of Apache Directory Studio - during build time.
Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones.
Docker host running on amd64
Command Line:
docker run --name apache-directory-studio -d -p '127.0.0.1:5901:5901' clickbg/apache-directory-studio:latest
Using Docker Compose:
version: '3.6'
services:
apache-directory-studio:
container_name: apache-directory-studio
image: clickbg/apache-directory-studio:latest
ports:
- "127.0.0.1:5901:5901"
VNC password: root
VNC host: 127.0.0.1:5901
Install a VNC client (if your distro doesn't provide one).
Debian/Ubuntu
apt-get install xtightvncviewer
- Open the VNC client app
- Navigate to
vnc://127.0.0.1:5901
- Enter password: root
MacOS has built-in VNC viewer which works great
- Open Safari
- Navigate to
vnc://127.0.0.1:5901
- Enter password: root
Or execute in terminal:
open -a safari 'vnc://127.0.0.1:5901'
Install TightVNC for Windows or RealVNC Viewer
- Open the VNC client app
- Navigate to
vnc://127.0.0.1:5901
- Enter password: root