kiwi - simple, consistent, powerful
|
|
||
|---|---|---|
| .idea | ||
| example | ||
| src | ||
| .gitignore | ||
| install.sh | ||
| kiwi | ||
| LICENSE | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
kiwi-config
The simple tool for managing container servers
Quick start
- Learn to use
dockerwithdocker-compose - Install kiwi-config
- Look at the example instance
- Look at the output of
kiwi --help - Start building your own instances
Installation
curl 'https://raw.githubusercontent.com/ldericher/kiwi-config/master/install.sh' | sh
That script checks for the basic dependencies of the kiwi command, then downloads the main script and installs it to a location of your choice. Please consider installing kiwi into a directory inside your $PATH.
Get started
TODO