Ready-to-use environment for running Plastic SCM GUI & CLI Clients on Linux.
379
This Docker image provides a ready-to-use environment for running Plastic SCM Client on Linux. Plastic SCM is a version control system designed to handle large-scale development projects, offering features like branching, merging, and distributed development workflows.
Tested on Arch linux running Xorg
Pull the image from Docker Hub:
docker pull jonathanruiz3/plasticscm-client
Run the container with appropriate volume mounts and environment variables:
docker run --privileged --network host --rm -it -v $HOME/Projects:$HOME/Projects -v ~/.plastic4:$HOME/.plastic4 -v ~/.Xauthority:$HOME/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY --user $(id -u):$(id -g) --workdir="$HOME" --volume="/etc/group:/etc/group:ro" --volume="/etc/passwd:/etc/passwd:ro" --volume="/etc/shadow:/etc/shadow:ro" jonathanruiz3/plasticscm-client sh -c "plasticgui"
Note: Ensure that you have Docker installed and configured on your system before using this image.
Content type
Image
Digest
sha256:18fb5cede…
Size
460.8 MB
Last updated
over 2 years ago
docker pull jonathanruiz3/plasticscm-client