Giter Club home page Giter Club logo

topinfosamba's Introduction

License: Apache 2.0 Build Status

Docker - Alpine Samba Domain Controller

This image provides a Samba 4 Domain Controller using an Alpine Linux base.

Configuration

First, Pull the image:

docker pull laslabs/alpine-samba-dc:0.1.0

Now, start the image with the correct environment variables for initial configuration:

  • Note that we're persisting the samba volume to a local directory named samba in your working dir
mkdir ${PWD}/samba

docker run -d --restart unless-stopped \
    -e SAMBA_DC_REALM='corp.example.net' \
    -e SAMBA_DC_DOMAIN='EXAMPLE' \
    -e SAMBA_DC_ADMIN_PASSWD='5u3r53cur3!' \
    -e SAMBA_DC_DNS_BACKEND='SAMBA_INTERNAL' \
    -v ${PWD}/samba:/samba \
     'laslabs/alpine-samba-dc:0.1.0'

Usage

After the container has been run for the first time, invoke it with the following command

docker run -d --restart unless-stopped -v ${PWD}/samba:/samba 'laslabs/alpine-samba-dc:0.1.0'

Volumes

The following volumes are exposed:

Name Value Description
Samba /samba Re-homed Samba Config, data and log directory

Environment Variables

The following environment variables are available for your configuration pleasure:

Name Default Description
SAMBA_DC_REALM corp.example.net The realm to launch the DC into
SAMBA_DC_DOMAIN EXAMPLE The NetBIOS Domain Name
SAMBA_DC_ADMIN_PASSWD 5u3r53cur3! The AD DC Administrator user password
SAMBA_DC_DNS_BACKEND SAMBA_INTERNAL The DNS backend to use

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there to see if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.

Credits

Contributors

Maintainer

LasLabs Inc.

This module is maintained by LasLabs Inc.

topinfosamba's People

Contributors

dtelless avatar lasley avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.