Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
docker-machine-nfs 0.1.0 (new formula)
Browse files Browse the repository at this point in the history
Initial commit of docker-machine-nfs; this is a script that eases the
process of enabling NFS sharing (instead of the default VirtualBox) for
boot2docker-based Docker VMs.
  • Loading branch information
Steve Huff committed Mar 9, 2016
1 parent 1747420 commit 3d1de5d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/docker-machine-nfs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class DockerMachineNfs < Formula
desc "Activates NFS on docker-machine"
homepage "https://github.com/adlogix/docker-machine-nfs"
url "https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.1.0/docker-machine-nfs.sh"
version "0.1.0"
sha256 "f7c1742d4644353bb1eb2c2ac4798fd037f7848129ae5e3add1630071521895d"

def install
mv "docker-machine-nfs.sh", "docker-machine-nfs"
bin.install "docker-machine-nfs"
end

test do
system "#{bin}/docker-machine-nfs"
end
end

0 comments on commit 3d1de5d

Please sign in to comment.