View Single Post
Posts: 2 | Thanked: 19 times | Joined on Jul 2020
#18
Originally Posted by edp17 View Post
Hello, I have created this topic (am sorry if this was too early) because thought this could be a good place to ask/answer questions and share thoughts about the app. (I love it! )
I would like to get this work on all of my current (3) and planned future (3) ports.
No problem! This is without any doubt the best place to discuss about this project.
I'm happy to hear that

Originally Posted by edp17 View Post
Manually change the the /usr/share/sailfish-containers/guest to /usr/share/harbour-containers/scripts/guest in the /var/lib/lxc/< container name >/config
This changed since i updated lxc-templates-desktop's rpm,
now "/usr/share/sailfish-containers" shouldn't exists anymore.

Without GUI you'll need to add the mountpoint manually on container's config as follows:
Code:
lxc.mount.entry = /usr/share/harbour-containers/scripts/guest mnt/guest none bind,create=dir,ro 0 0
To reply to your previous question, it is possible to mount host directories inside the container in the same way, for example i usually mount ~/Desktop on my containers with this:
Code:
lxc.mount.entry = /home/nemo/Desktop home/user/Desktop none bind 0 0
if the GUI doesn't work please open an issue on github so we can start debugging