buttleofx / ButtleOFX

ButtleOFX is an open source compositing software.
http://buttleofx.wordpress.com
91 stars 22 forks source link

Docker integration #192

Closed aoblet closed 8 years ago

aoblet commented 8 years ago

Warning: Must wait new tuttleofx name images on dockerhub

aoblet commented 8 years ago

Ok for you ?

fabiencastan commented 8 years ago

I don't know which version of docker is required. With docker version 1.6.2, --group-add doesn't exist.

aoblet commented 8 years ago

On docker 1.11.1 it works. See Docker PR: Adds support for specifying additional groups

fabiencastan commented 8 years ago

Now, I get this error:

  File "/opt/ButtleOFX_git/buttleofx/gui/browser/browserItem.py", line 37, in BrowserItem
    thumbnailUtil = ThumbnailUtil()  # warning: use as class attribute, tuttle.core().preload(False) at init
  File "/opt/ButtleOFX_git/buttleofx/gui/browser/thumbnailUtil.py", line 12, in __init__
    tuttle.core().preload(False)
RuntimeError: boost::filesystem::status: Permission denied: "/home/developer/.tuttleofx"

It still looks into the internal docker user for the home folder.

fabiencastan commented 8 years ago

Could be nice to add the required docker version in the readme as well as the link to install or upgrade docker.

aoblet commented 8 years ago

Ok for adding docker version + link to install. But the error: RuntimeError: boost::filesystem::status: Permission denied: "/home/developer/.tuttleofx" occurred because you did not re build the docker image.

fabiencastan commented 8 years ago

Conflicts on: buttleofx/MainWindow.qml

<<<<<<< HEAD
            Component.onCompleted: browser.fileWindow.forceActiveFocus()
=======
>>>>>>> 37d489566fb84b210bbc55554c2a775a1b7220d0