Hello,

wt., 12 mar 2024 o 19:43 Ismael Matos <iabma...@gmail.com> napisał(a):

>
> It seems that docker desktop is like a "private user docker" instance,
> distinct from a "system docker" that bacula tries to connect to.
>
>
Bacula uses docker to connect to docker service in the same way you can do
interactive from the shell. So if you want to backup a selected instance,
you need to configure docker to use that instance. This is so simple.
You can select what docker service to connect to with:

docker_host=...
plugin parameter. i.e.

FileSet {
Name = FS_RemoteDockerAll

Include {

Plugin = "docker: docker_host=tcp://10.0.0.1:2376" }

}
I hope it helps.
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to