Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadasz/kabot

🐳 Dockerized kabot configuration based on opsdroid solution
https://github.com/kadasz/kabot

devops docker opsdroid

Last synced: about 1 month ago
JSON representation

🐳 Dockerized kabot configuration based on opsdroid solution

Awesome Lists containing this project

README

        

# Kabot

Deployment kabot using Docker

## How use this image

### Pull the image from Docker Hub

![Docker Build](https://img.shields.io/docker/cloud/build/kadasz/kabot.svg) ![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/kadasz/kabot.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/kadasz/kabot.svg)

```
docker pull kadasz/kabot
```

### Build the image

```
git clone https://github.com/kadasz/kabot.git
cd kabot
docker build -t kadasz/kabot .
```