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.2.0 (new formula)
Browse files Browse the repository at this point in the history
Closes #49920.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
Steve Huff authored and bfontaine committed Mar 10, 2016
1 parent 74a39f8 commit 39bb6a7
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://github.com/adlogix/docker-machine-nfs/archive/0.2.0.tar.gz"
sha256 "ebc023657c044e706c8d9bc275d6b96de9d1f5178c7f6a90a8ce3bc167d1ec74"

bottle :unneeded

def install
bin.install "docker-machine-nfs.sh" => "docker-machine-nfs"
end

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

0 comments on commit 39bb6a7

Please sign in to comment.