Hi, This is the Dockerfile I used to run the latest release of KMyMoney from a container. After building the container I ran KMyMoney in the following way:
XSOCK=/tmp/.X11-unix XAUTH=/tmp/.docker.xauth xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge - docker run -ti -v $XSOCK:$XSOCK -v $XAUTH:$XAUTH -e XAUTHORITY=$XAUTH kmymoney Hope that helps, Regards, Cristian 2015-05-12 9:52 GMT+03:00 Cristian Oneț <onet.crist...@gmail.com>: > Yes I did, I'll send the docker file togheter with some instructions > about sharing the X server socket later today. > > Regards, > Cristian > > 2015-05-12 5:15 GMT+03:00 chuck <chuck.colf...@gmail.com>: >> Cristian Oneț <onet.cristian@...> writes: >> >> ... >>> I've started to play around with docker to see if I can create a >>> docker image for KMyMoney. So I've started with ubuntu:14.04 as a base >>> system, added your PPA and ran: >> ... >>> This installed KMyMoney but with some missing libraries: >> ... >> >> Hi Christian: I'm also trying to run KMyMoney inside a Docker container. >> Did you solve the issue? If so, I'd like to shamelessly copy your approach >> to success. >> >> /chuck >> >> >> _______________________________________________ >> KMyMoney-devel mailing list >> KMyMoney-devel@kde.org >> https://mail.kde.org/mailman/listinfo/kmymoney-devel
Dockerfile
Description: Binary data
_______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel