RepoCoreWeaveCoreWeavepublished Aug 28, 2021seen 6d

coreweave/samba-ad

Shell

Open original ↗

Captured source

source ↗
published Aug 28, 2021seen 6dcaptured 15hhttp 200method plain

coreweave/samba-ad

Description: A Samba docker container, presenting a volumeMount share controlled by an Active Directory group.

Language: Shell

Stars: 3

Forks: 0

Open issues: 1

Created: 2021-08-28T00:56:40Z

Pushed: 2023-07-13T00:00:31Z

Default branch: develop

Fork: no

Archived: no

README:

coreweave/samba-ad

This Docker image, based on Debian, uses Samba and Winbind to join a defined domain. Samba creates a file share using a user group on a designated domain for access.

The container entry point /entrypoint.sh expects the following environment variables:

  • DCIP: The IP of the primary domain controller located in your namespace
  • DNSDOMAIN: The fully qualified search realm of your domain
  • DOMAINNAME: The name of your domain (not fully qualified)
  • SHARE*: Names of the Shared Filesystem PVC to be mounted as a file share
  • GROUPNAME: Group granted ownership access of the shared PVC
  • AD_USERNAME: User account in your domain with domain join permissions
  • AD_PASSWORD: Password of user account in your domain with domain join permissions

Services smbd nmbd and winbindd are controlled by supervisord.