robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
788 stars 26 forks source link

Create a Graphics-Friendly DockerFile #26

Closed robdmc closed 4 years ago

robdmc commented 9 years ago

I would like this project to have a Dockerfile. On my wish list would be the following:

I haven't been able to find best practices for docker containers and graphics. There could be some trickery getting this to play nicely with boot2docker on osx and windows though. I'm looking for suggestions on the best way to pull this off, as it would give windows users the full experience. (Note, I don't own a windows machine, so wouldn't be able to test it myself)

Here are some resources on how to pull this off

http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ https://github.com/docker/docker/issues/8710