Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 321 Bytes

opengl_docker_test

Simple docker image for running an OpenGL application in a docker container.

To run this example cd into the repo and run the following command:

xhost +local:docker && \
docker compose up --build

After that you should see glxgears popup along with info about the GPU printed to console.