An open API service indexing awesome lists of open source software.

https://github.com/parzival-space/basic-samba-docker

A very basic Samba server, that only provides one share for one user. Mainly used for testing.
https://github.com/parzival-space/basic-samba-docker

Last synced: about 1 year ago
JSON representation

A very basic Samba server, that only provides one share for one user. Mainly used for testing.

Awesome Lists containing this project

README

          

# Basic Samba Image
This is a very basic setup for a Samba server.

## Docker
Run the following command:

```bash
docker run -e USER_NAME=foo -e USER_PASSWORD=admin -e SHARE_NAME=share -p 445:445/tcp -v ./data:/media/share ghcr.io/parzival-space/basic-samba:latest
```

## Docker Compose
Clone the repository and run:

```bash
docker compose up
```

## License
This project is distributed under the GNU GPL-3.0 license. See ``LICENSE`` for more information.