Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kadasz/kabot
- Owner: kadasz
- Created: 2020-03-17T10:05:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T07:33:17.000Z (over 4 years ago)
- Last Synced: 2023-09-17T06:44:36.888Z (over 1 year ago)
- Topics: devops, docker, opsdroid
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```