Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 416 Bytes

dockeropengl

This repository contains scripts for creating an OpenGL capable docker container

Instructions

  1. Clone this project
  2. Go to the folder of your working copy
  3. Execute build.sh (sh is required)
  4. Execute run.sh to run the container (you'll get a shell)
  5. Test OpenGL by running glxgears
  6. You can also test other graphical applications that don't necessary require OpenGL like xeyes or xclock