Botspot / labview

LabView Dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LabView Dockerfile


Languages

Language:C 93.1%Language:Shell 6.9%