gableroux/debian-samba-common-bin
debian samba-common-bin package for great good
569
A debian docker image that contains the samba-common-bin
package to get hands on smbpasswd
command.
This was created to solve smbpasswd command not found on MacOS High Sierra.
docker run --rm -it gableroux/debian-samba-common-bin \
bash -c "smbpasswd -U my_activedirectory_username -r 10.x.y.z"
docker pull gableroux/debian-samba-common-bin