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.
- Host: GitHub
- URL: https://github.com/parzival-space/basic-samba-docker
- Owner: parzival-space
- License: gpl-3.0
- Created: 2023-12-13T17:59:22.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-12-13T20:33:40.000Z (over 2 years ago)
- Last Synced: 2025-01-24T10:08:41.494Z (over 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.