[Samba] Samba-AD in Docker

Michael Tokarev mjt at tls.msk.ru
Sun Aug 6 09:10:29 UTC 2023


06.08.2023 11:21, Anantha Raghava H A via samba wrote:
> Hi,
> 
> In the samba 4.18.5 source, while installing pre-requisite packages using boothstrap.sh file, in the same folder, I saw the Dockerfile. Can I safely 
> assume that the Samba AD can actually run in Docker?

Samba ad just needs the file system in one way or another (even not necessary
capable of xattrs, - tdb module can be used to store these) and a network.

It can run in a container just fine, and many people run it that way.  It doesn't
even need full-blown (docker or OS) container, it can run in a separate network
namespace from regular filesystem/OS (with data directories bind-mounted into
the right places).

/mjt





More information about the samba mailing list