Repository for the Container of v-sim development version
10K+
With this repository you may use v_sim-dev in your machine with a docker container. You should launch v_sim with the included shell script (make it executable and create an alias in your environment - if you find it suitable)
#! /bin/sh
#Usage: put the command arguments in the line
dirname="$(basename $PWD)"
xhost +local:root #requires x11-xserver-utils
docker run -ti
-e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix
-v $PWD:/$dirname -w /$dirname
v_sim-dev v_sim-dev $*
Content type
Image
Digest
Size
1.9 GB
Last updated
over 8 years ago
docker pull luigigenovese/v_sim-dev