0 purchases
hipachectl 0.3.0
hipachectl
hipachectl is a command-line tool and library to manage dotCloud’s
hipache load balancer and reverse proxy. hipachectl lets you:
list configured virtual hosts
add a new virtual host
delete a virtual host
hipachectl is MIT licensed.
Installation
Either pull the automatically updated Docker image:
$ docker pull prologic/hipachectl
Or install from the development repository:
$ git clone https://github.com/prologic/hipachectl.git
$ cd hipachectl
$ pip install .
Usage
To use hipachectl from Docker:
$ docker run prologic/hipachectl -u tcp://ip:port <command>
Or:
$ hipachectl -u tcp://ip:port <command>
Where ip and port are the IP Address and Port of the hipache
instance or the IP/Port of the Redis instance used. e.g: tcp://redis:6379
Or if you have a named hipache instance you can use --link:
$ docker run --link hipache prologic/hipachectl
For help use the --help option.
Change Log
0.2 (2015-05-26)
Moved project to Github
0.1 (2015-05-26)
Added an API
0.0.1 (2014-11-01)
Initial Release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.