https://github.com/kadasz/kabot
🐳 Dockerized kabot configuration based on opsdroid solution
https://github.com/kadasz/kabot
devops docker opsdroid
Last synced: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T07:33:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T14:50:16.365Z (6 months 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 pull kadasz/kabot
```### Build the image
```
git clone https://github.com/kadasz/kabot.git
cd kabot
docker build -t kadasz/kabot .
```