Cleanup
This commit is contained in:
parent
7e19668f58
commit
3efa609b75
|
|
@ -8,6 +8,6 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[{README.md,docker-compose.yml}]
|
[*.{md,yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -1,13 +1,19 @@
|
||||||
# Samba server
|
# Samba Server Container
|
||||||
|
|
||||||
[](https://hub.docker.com/r/joebiellik/samba-server/)
|
[](https://hub.docker.com/r/joebiellik/samba-server/)
|
||||||
|
[](https://hub.docker.com/r/joebiellik/samba-server/)
|
||||||
|
[](https://hub.docker.com/r/joebiellik/samba-server/)
|
||||||
|
[](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.
|
[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
|
## Configuration
|
||||||
|
|
||||||
See [example directory](https://github.com/jcbiellikltd/docker-samba-server/tree/master/example) for sample config file.
|
See [example directory](https://github.com/jcbiellikltd/docker-samba-server/tree/master/example) for sample config file.
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
```
|
|
||||||
|
```yml
|
||||||
samba:
|
samba:
|
||||||
image: joebiellik/samba-server
|
image: joebiellik/samba-server
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
netbios name = Docker
|
netbios name = Docker
|
||||||
server string = Samba Server Version %v
|
server string = Samba Server Version %v
|
||||||
|
|
||||||
# Uncomment to map SMB user joe to system user root
|
# Uncomment to map SMB user to system user root
|
||||||
#admin users = joe
|
# admin users = joe
|
||||||
|
|
||||||
map to guest = Bad User
|
map to guest = Bad User
|
||||||
security = user
|
security = user
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue