/apache-directory-studio

Primary LanguageDockerfileApache License 2.0Apache-2.0

apache-directory-studio

CICD UPDATE PUBLISH

Avaliable on DockerHub

Donate to Apache Fondation

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.

Requirements

Docker host running on amd64

Usage

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"

Connecting

VNC password: root
VNC host: 127.0.0.1:5901

Linux

Install a VNC client (if your distro doesn't provide one).

Debian/Ubuntu

apt-get install xtightvncviewer
  1. Open the VNC client app
  2. Navigate to vnc://127.0.0.1:5901
  3. Enter password: root

MacOS

MacOS has built-in VNC viewer which works great

  1. Open Safari
  2. Navigate to vnc://127.0.0.1:5901
  3. Enter password: root

Or execute in terminal:

open -a safari 'vnc://127.0.0.1:5901'   

Windows

Install TightVNC for Windows or RealVNC Viewer

  1. Open the VNC client app
  2. Navigate to vnc://127.0.0.1:5901
  3. Enter password: root