This commit is contained in:
Joe Biellik 2017-12-03 18:24:10 +00:00
parent 7e19668f58
commit 3efa609b75
3 changed files with 11 additions and 5 deletions

View file

@ -8,6 +8,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{README.md,docker-compose.yml}]
[*.{md,yml}]
indent_style = space
indent_size = 2

View file

@ -1,13 +1,19 @@
# Samba server
# Samba Server Container
[![Docker Pulls](https://img.shields.io/docker/pulls/joebiellik/samba-server.svg)](https://hub.docker.com/r/joebiellik/samba-server/)
[![Docker Stars](https://img.shields.io/docker/stars/joebiellik/samba-server.svg)](https://hub.docker.com/r/joebiellik/samba-server/)
[![Docker Build](https://img.shields.io/docker/automated/joebiellik/samba-server.svg)](https://hub.docker.com/r/joebiellik/samba-server/)
[![Docker Build Status](https://img.shields.io/docker/build/joebiellik/samba-server.svg)](https://hub.docker.com/r/joebiellik/samba-server/)
[Samba 4](https://www.samba.org/) server running under [s6 overlay](https://github.com/just-containers/s6-overlay) on [Alpine Linux](https://hub.docker.com/_/alpine/). Runs both `smbd` and `nmbd` services.
## Configuration
See [example directory](https://github.com/jcbiellikltd/docker-samba-server/tree/master/example) for sample config file.
## Quickstart
```
```yml
samba:
image: joebiellik/samba-server

View file

@ -3,8 +3,8 @@
netbios name = Docker
server string = Samba Server Version %v
# Uncomment to map SMB user joe to system user root
#admin users = joe
# Uncomment to map SMB user to system user root
# admin users = joe
map to guest = Bad User
security = user