1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00
(mirror) kiwi - simple, consistent, powerful
Find a file
2020-08-24 21:06:19 +02:00
.idea switch to pipenv 2020-08-06 11:10:23 +02:00
example First usable version 2020-08-24 21:06:09 +02:00
src First usable version 2020-08-24 21:06:09 +02:00
.gitignore switch to pipenv 2020-08-06 11:10:23 +02:00
install.sh fix pipenv; install from .tar.gz archive 2020-08-24 20:18:46 +02:00
kiwi fix typo 2020-08-24 20:34:41 +02:00
LICENSE Format, license, distribution script 2020-08-21 00:04:26 +02:00
Pipfile switch to pipenv 2020-08-06 11:10:23 +02:00
Pipfile.lock switch to pipenv 2020-08-06 11:10:23 +02:00
README.md Fixed problems with curl 2020-08-24 17:43:14 +02:00

kiwi-config

The simple tool for managing container servers

Quick start

  • Learn to use docker with docker-compose
  • Install kiwi-config
  • Look at the example instance
  • Look at the output of kiwi --help
  • Start building your own instances

Installation

curl --proto '=https' --tlsv1.2 -sSf '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