Compare commits

...

2 commits

Author SHA1 Message Date
Glenn Y. Rolland b15e2e0e4c fix(Makefile): Change docker-load command
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-19 12:13:20 +02:00
Glenn Y. Rolland 3c727ab282 doc: Update README 2022-08-19 12:12:59 +02:00
2 changed files with 27 additions and 2 deletions

View file

@ -22,4 +22,4 @@ docker-save:
docker save $(DOCKER_IMAGE)
docker-load:
docker load $(DOCKER_IMAGE)
docker load

View file

@ -1,9 +1,34 @@
# Arkisto
A simple tool to automate openstack snapshots management
[![Build Status](https://cicd.apps.glenux.net/api/badges/glenux/arkisto/status.svg?ref=refs/heads/develop)](https://cicd.apps.glenux.net/glenux/arkisto)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
A simple tool to automate and manage openstack snapshots
## Installation
### With docker
Make sure you have Docker and Make installed. Then type
make docker-build
### Manual
Make sure you have installed the following software on your system:
* Crystal
* Make
* libevent-core-2.1-7
* python-openstackclient
Then type
make build
## Usage
## Licence