-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dockerfile #7
base: latest
Are you sure you want to change the base?
Conversation
libguestfs-tools - added for image mounting /etc/default - added for save data in urbackupsrv
@@ -20,6 +20,7 @@ RUN URL=https://hndl.urbackup.org/Server/${VERSION} && \ | |||
&& echo "deb $dry\ndeb-src $dry" >/etc/apt/sources.list.d/${DEBIAN}-backports.list \ | |||
&& export DEBIAN_FRONTEND=noninteractive \ | |||
&& apt-get update \ | |||
&& apt-get libguestfs-tools \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install
missing. Maybe the package just had to be added inside the line below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You right install should be added, maybe
@uroni know better how to add it..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Commifreak I'm made xml template for Unraid for this container, but founded some stuff like image mounting not enabled by default...
Usually libguest-fs mounting doesn't work in Docker containers. And it would make the image a lot larger. But maybe another variant like the -zfs and -btrfs one? |
Hmm, I used binhex-urbackup for Unraid based on arch, then tryed this official container but then founded he added libguestfs but don't remember if it was working.... I will check his container... Maybe /etc/default can be exposed for config saves after updates and etc.... |
@uroni |
@Commifreak |
I use the official one. But without the mapping you are mentioning. |
I had this before I set own ip. But currently it looks like:
|
Do you mean this error gone when you changed from host to br0 fixed Ip? It's very strange but I found how to fix this error on urbackup forum, just need to change BROADCAST_INTERFACES to "br0" from "" all. |
Yes, switching if to br0 from host fixed it. Together with —mac-address it also gets fixed v6. |
Thanks for hint ,its working fine for local clients but internet client (oracle server) cant be found in my case ... |
Do you have then internet clients been founded ? |
Yep. Local and internet clients are able to connect. |
in my case only local client can be found :( |
becose of this im staing on host , so im getting error ipv6 in log and also macvlan trace i think .... |
@Commifreak how do you set : |
Not at all. |
Sorry,Fixed |
libguestfs-tools - added for image mounting
/etc/default - added for save data in urbackupsrv