Skip to content

Commit b98b7a7

Browse files
committed
lab3 ver 1
1 parent f61700d commit b98b7a7

5 files changed

Lines changed: 14 additions & 0 deletions

File tree

.coverage

52 KB
Binary file not shown.

app_python/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DevOps Info Service (Python)
22

3+
![Python CI](https://github.com/RamzeusInno/DevOps-Core-Course/actions/workflows/python-ci.yml/badge.svg)
4+
35
## Overview
46
The DevOps Info Service is a production-ready web application that reports detailed information about its runtime environment, system resources, and service status. This service will evolve throughout the DevOps course into a comprehensive monitoring tool.
57

@@ -45,3 +47,15 @@ Environment variables:
4547
### Build the Image
4648
```bash
4749
docker build -t yourusername/devops-info-service:latest .
50+
```
51+
### Run container
52+
``` bash
53+
docker run -d -p 5000:5000 --name devops-app ramzeus1/devops-info-service:latest
54+
55+
# Check logs
56+
docker logs devops-app
57+
58+
# Stop container
59+
docker stop devops-app
60+
docker rm devops-app
61+
```
26.7 KB
Loading
80.3 KB
Loading
57.6 KB
Loading

0 commit comments

Comments
 (0)