Eclipse Oxygen docker container for Checkmarx integration
1.0K
Eclipse Oxygen IDE with the Checkmarx plugin. This is a GUI docker container that relies on the host X11 server to show the interface.
No special options are required to build the image: docker build -t cxai/cxeclipse .
Allow local connections to your host's X server from the container and run the container
xhost +local:& 'C:\Program Files (x86)\Xming\xming' :0 -ac -clipboard -multiwindowRun:
docker run --name eclipse --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro -v eclipse:/home/developer/ cxai/cxeclipse
To change timezone add -e "TZ=America/Los_Angeles" to the docker run command
Content type
Image
Digest
Size
607 MB
Last updated
over 8 years ago
docker pull cxai/cxeclipse