https://github.com/fnichol/homebrew-dvm
A Homebrew formula for dvm, effortless Docker-in-a-box for unsupported Docker platforms, like the Mac.
https://github.com/fnichol/homebrew-dvm
Last synced: about 2 months ago
JSON representation
A Homebrew formula for dvm, effortless Docker-in-a-box for unsupported Docker platforms, like the Mac.
- Host: GitHub
- URL: https://github.com/fnichol/homebrew-dvm
- Owner: fnichol
- Created: 2014-01-10T17:13:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T14:06:24.000Z (almost 11 years ago)
- Last Synced: 2025-04-10T09:57:03.618Z (2 months ago)
- Language: Ruby
- Homepage: http://fnichol.github.io/dvm/
- Size: 215 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-dvm
A [Homebrew][homebrew] formula for [dvm][], effortless Docker-in-a-box for unsupported Docker platforms, like the Mac.
## How do I install this formula?
Just `brew tap fnichol/dvm` and then `brew install dvm`.
If the formula was ever to conflict with one from Hombrew/homebrew or another tap, you can brew install fnichol/dvm/dvm.
You can also install via URL:
```sh
brew install https://raw.github.com/fnichol/homebrew-dvm/master/dvm.rb
```## Docs
`brew help`, `man brew`, or the Homebrew [wiki][].
[dvm]: http://fnichol.github.io/dvm/
[homebrew]: http://brew.sh/
[wiki]: http://wiki.github.com/Homebrew/homebrew