https://github.com/knutwalker/hocker
Docker manager thingy
https://github.com/knutwalker/hocker
Last synced: about 1 year ago
JSON representation
Docker manager thingy
- Host: GitHub
- URL: https://github.com/knutwalker/hocker
- Owner: knutwalker
- License: apache-2.0
- Created: 2015-01-14T23:49:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T23:55:18.000Z (over 11 years ago)
- Last Synced: 2025-04-02T13:25:58.386Z (about 1 year ago)
- Language: Haskell
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hocker
(Yet another) docker configuration manager provider tool thingy.
Hocker was primarily developed to acquaint myself to Haskell and only
secondary to provide value. Most of the time it would be wiser to
use e.g. [fig](https://github.com/docker/fig).
## Installation
### Requirements
- Haskell (Platform or cabal + ghc)
On OS X, you may `brew cask install haskell-platform` for the carefree package,
or try . Otherwise, install
[cabal](https://www.haskell.org/cabal/) and [ghc](https://www.haskell.org/ghc/)
### Installation
1. Clone the source
```sh
git clone git@github.com:knutwalker/hocker.git
cd hocker
```
2. Build from source
```sh
make install
```
This will install a `hocker` binary to `$HOME/bin/hocker`.
If you wish to change the path, use something like `make install PREFIX="usr/local"`.
3. enjoy
### Usage
TODO... (try `hocker` for some help)