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

Add support for running with x11docker? #27

Closed sxiii closed 4 years ago

sxiii commented 4 years ago

Hi! I've tried to run your example, replacing xterm with glxspeheres64 (the installed correctly from edge/testing repo of alpine) via x11docker.

Tested with a lot of different options but I got all the time this error:

/bin/sh: -c requires an argument

Do you have any idea why is this? Thanks.

jlesage commented 4 years ago

When exactly this error is showing up? Also, what is the content of your startapp.sh?

oakla commented 4 years ago

Hey sxiii (and any one else who has this error message)

I had the same error message. It turned out the cause was that I forgot to give arguments to a RUN command in my dockerfile.

sxiii commented 4 years ago

Oh cool. I'll close this than thanks @oakla