Skip to content

Instantly share code, notes, and snippets.

@blakeNaccarato
Last active January 13, 2024 01:16
Show Gist options
  • Save blakeNaccarato/eca8ad8c1c3b1c1edbf8f95668a58dbf to your computer and use it in GitHub Desktop.
Save blakeNaccarato/eca8ad8c1c3b1c1edbf8f95668a58dbf to your computer and use it in GitHub Desktop.
Docker GUI apps in WSL2, NASA GUNNS
docker run -d -v thermal:/home/gunns/user/ gunns_loaded   

Also probably need to do something like

Except 7000:7000 isn't necessary, I think?

docker run -id -v thermal-2022-08-18-main-453c43937da48edaf63cdd1dd2d868c3:/root -p 7000:7000 --name gunns_loaded gunns_loaded

From here

export LIBGL_ALWAYS_INDIRECT=0
export DISPLAY=host.docker.internal:0.0

Docker volumes in

\\wsl$\docker-desktop-data\data\docker\volumes

Subfolder _data.

Indexable GitHub wikis via

https://github-wiki-see.page/m/user/project/

GUNNS

make ; trick-CP
./S_main_Linux_4.8_x86_64.exe RUN_test/input.py

Modifications on top of the gunns_loaded Dockerfile

Consider autmoating the above as well.

yum remove -y git
rpm -U https://repo.ius.io/ius-release-el7.rpm
yum install -y git236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment