Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gableroux/docker-debian-samba-common-bin
🐳samba-common-bin package to get hands on smbpasswd
https://github.com/gableroux/docker-debian-samba-common-bin
debian docker samba
Last synced: 29 days ago
JSON representation
🐳samba-common-bin package to get hands on smbpasswd
- Host: GitHub
- URL: https://github.com/gableroux/docker-debian-samba-common-bin
- Owner: GabLeRoux
- License: mit
- Created: 2018-06-22T20:17:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T00:36:02.000Z (over 6 years ago)
- Last Synced: 2024-10-25T04:49:28.542Z (3 months ago)
- Topics: debian, docker, samba
- Homepage: https://hub.docker.com/r/gableroux/debian-samba-common-bin/
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-debian-samba-common-bin
[![Docker Stars](https://img.shields.io/docker/stars/gableroux/debian-samba-common-bin.svg)](https://hub.docker.com/r/gableroux/debian-samba-common-bin)
[![Docker Pulls](https://img.shields.io/docker/pulls/gableroux/debian-samba-common-bin.svg)](https://hub.docker.com/r/gableroux/debian-samba-common-bin)
[![Docker Automated](https://img.shields.io/docker/automated/gableroux/debian-samba-common-bin.svg)](https://hub.docker.com/r/gableroux/debian-samba-common-bin)
[![Docker Build](https://img.shields.io/docker/build/gableroux/debian-samba-common-bin.svg)](https://hub.docker.com/r/gableroux/debian-samba-common-bin)
[![image](https://images.microbadger.com/badges/image/gableroux/debian-samba-common-bin.svg)](https://microbadger.com/images/gableroux/debian-samba-common-bin)
[![version](https://images.microbadger.com/badges/version/gableroux/debian-samba-common-bin.svg)](https://microbadger.com/images/gableroux/debian-samba-common-bin)
[![Build Status](https://travis-ci.com/GabLeRoux/docker-debian-samba-common-bin.svg?branch=master)](https://travis-ci.com/GabLeRoux/docker-debian-samba-common-bin)A debian docker image that contains the [`samba-common-bin` package](https://packages.debian.org/sid/samba-common-bin) to get hands on `smbpasswd` command.
This was created to solve [smbpasswd command not found on MacOS High Sierra](https://superuser.com/questions/1333536/smbpasswd-command-not-found-on-macos-high-sierra/1333537).
## Usage
```bash
docker run --rm -it gableroux/debian-samba-common-bin \
bash -c "smbpasswd -U my_activedirectory_username -r 10.x.y.z"
```## License
[MIT](LICENSE.md) © [Gabriel Le Breton](https://gableroux.com)