Hello
I've got a standard FreeBSD jail setup as a webserver. On there I have nextcloud going. What I'm trying to accomplish now is getting collabora up for nextcloud online office capabilities.
However, I'm not finding anything about getting collabora installed on FreeBSD. And on the nextcloud docs it comes as a docker container. https://nextcloud.com/collaboraonline/
Never having used docker before, a search lead me to http://www.freenas.org/blog/docker-done-right/
I ssh'd to my jail and ran: pkg install docker-freebsd ca_root_nss
But then I stopped, wondering should if I be doing this inside the jail or on freenas?
The next line on the freenas page is to run:
Is this correct or should I be doing this differently?
Thank you in advance.
I've got a standard FreeBSD jail setup as a webserver. On there I have nextcloud going. What I'm trying to accomplish now is getting collabora up for nextcloud online office capabilities.
However, I'm not finding anything about getting collabora installed on FreeBSD. And on the nextcloud docs it comes as a docker container. https://nextcloud.com/collaboraonline/
Never having used docker before, a search lead me to http://www.freenas.org/blog/docker-done-right/
I ssh'd to my jail and ran: pkg install docker-freebsd ca_root_nss
But then I stopped, wondering should if I be doing this inside the jail or on freenas?
The next line on the freenas page is to run:
zfs create -o mountpoint=/usr/docker zroot/docker
but I'm not sure what values to use there. After that I was going to run the next command from the nextcloud page to install: docker pull collabora/code
and continuing from info on that page.Is this correct or should I be doing this differently?
Thank you in advance.