LabView 6.1 for Linux Dockerfile. For installation without Docker see details in this wiki.
Pick a mirror and verify the SHA1 sum.
sha1sum labviewlinux.zip
# should be 5ef4d7e63e73b456c2232a88ca7601712ece78a5
git clone https://github.com/lenartj/labview.git
cd labview
cp /somewhere/labviewlinux.zip .
docker build -t lenart/labview .
docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix lenart/labview