Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 831 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 831 Bytes

Docker Machine SMB (for Cygwin)

Activates SMB on docker-machine in Cygwin / Babun

Requirements

  • Babun or Cygwin shell

Install

curl -L https://raw.githubusercontent.com/drude/docker-machine-smb-cygwin/master/docker-machine-smb \
    -o /usr/local/bin/docker-machine-smb && \
    chmod +x /usr/local/bin/docker-machine-smb 

Usage

Usage: docker-machine-smb <machine-name> [add|remove]

Examples:

$ docker-machine-smb add

    > Share c:\Users\alex\projects folder via SMB

$ docker-machine-smb mount

    > Mount "projects" share in docker machine

$ docker-machine-smb remove

    > Stop sharing c:\Users\alex\projects via SMB

Credits

Inspired by docker-machine-nfs