jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

fail to run example #106

Closed marcmk6 closed 1 year ago

marcmk6 commented 1 year ago

Hi,

I copied the xterm example (both Dockerfile and startapp.sh) but it failed to run. I got [app ] /!\ No application to start: /startapp.sh is missing or not executable. /!\ and everything quits. What are possible reasons?

jlesage commented 1 year ago

Did you create startapp.sh with execution permission ?

marcmk6 commented 1 year ago

thanks the problem was the execution permission.