Skip to content

lenartj/labview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labview

LabView 6.1 for Linux Dockerfile. For installation without Docker see details in this wiki.

Getting labviewlinux.zip

Pick a mirror and verify the SHA1 sum.

sha1sum labviewlinux.zip
# should be 5ef4d7e63e73b456c2232a88ca7601712ece78a5

Building Docker image

git clone https://github.com/lenartj/labview.git
cd labview
cp /somewhere/labviewlinux.zip .
docker build -t lenart/labview .

Running

docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix lenart/labview