https://github.com/leoviana00/bot-python-manager-docker
Gerenciamento do docker com python através de um bot telegram - Em andamento
https://github.com/leoviana00/bot-python-manager-docker
aiogram docker python3 telegram
Last synced: 3 months ago
JSON representation
Gerenciamento do docker com python através de um bot telegram - Em andamento
- Host: GitHub
- URL: https://github.com/leoviana00/bot-python-manager-docker
- Owner: leoviana00
- License: mit
- Created: 2022-02-11T13:31:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T15:07:57.000Z (over 4 years ago)
- Last Synced: 2025-03-20T09:26:09.741Z (over 1 year ago)
- Topics: aiogram, docker, python3, telegram
- Language: Python
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bot Telegram

Projeto |
Tecnologias |
Ambiente |
Execução |
Licença |
Referências
## 🌱 Projeto
- Construção de um bot para gerenciamento de um ambiente `docker` através do `telegram`.
## ✨ Tecnologias
## 🛠️ Ambiente
1. sudo apt install python3.9-venv
2. python3 -m venv .env
3. source .env/bin/activate
4. deactivate
# Compartilhamento do ambiente
1. pip freeze > requirements.txt
2. pip install -r requirements.txt
# Removendo o ambiente
1. deactivate
2. rm -r .env
# Containers para teste
1. docker container run --name web01 -d nginx
2. docker container run --name web02 -d htpd
3. docker container run --name -P web03-externo -d nginx
4. docker container run --name -P web04-externo -d nginx
## 🚀 Execução
- Inicializando o bot
>> Comandos:
- /start
- /help
>> Opções:
- `Listar containers`
- `Parar containers`
- `Verificar comandos`
- `Docker Version`
## 📄 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
## 🙇 Referências
1. https://docs.aiogram.dev/en/latest/
2. https://github.com/aiogram/aiogram