|
1 | 1 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
2 | 2 | <link rel="stylesheet" type="text/css" href="https://cdn.example.com/font/font.css">
|
3 | 3 |
|
| 4 | + |
| 6 | + |
4 | 8 |
|
5 | 9 | <h1 align="center" style="font-family: 'CustomFont';"><u>Docker Monitor Card For Laravel Pulse</u></h1>
|
6 | 10 |
|
7 | 11 | ## <p style="font-family: 'CustomFont';">_About_</p>
|
8 | 12 |
|
| 13 | + |
9 | 14 | <p style="font-family: 'CustomFont'; font-size: 18px">This card will monitor your docker containers and show container statistics with Cpu & Memory Load.</p>
|
10 | 15 |
|
| 16 | +<br> |
| 17 | +<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/pulse-docker-monitor/card-ss-new.png" width="100%" alt="Docker Monitor Card"></p> |
| 18 | + |
11 | 19 | ## <p style="font-family: 'CustomFont';"><i class="fas fa-cog"></i> _Installation_</p>
|
12 | 20 | <br>
|
13 | 21 | <p style="font-family: 'CustomFont';"> Please check the official laravel installation guide for server requirements before you start. <a href="https://laravel.com/docs/10.x/pulse">[Official Documentation]</a></p>
|
14 | 22 |
|
15 | 23 | <p style="font-family: 'CustomFont';">Clone this repo in your system using the below command .</p>
|
16 | 24 |
|
17 |
| -<p style="font-family: 'CustomFont';"><b>Require the package with Composer: |
18 |
| - |
19 |
| -</b></p> |
| 25 | +<p style="font-family: 'CustomFont';"><b>Require the package with Composer:</b></p> |
20 | 26 |
|
21 | 27 | ```shell
|
22 | 28 | composer require vcian/pulse-docker-monitor
|
@@ -87,14 +93,15 @@ return [
|
87 | 93 | ```shell
|
88 | 94 | php artisan pulse:check
|
89 | 95 | ```
|
| 96 | +## <p style="font-family: 'CustomFont';"> Security |
90 | 97 |
|
91 |
| -## <p style="font-family: 'CustomFont';">CODING STANDARD</p> |
| 98 | +< p style= "font-family: 'CustomFont';"> If you discover any security-related issues, please email [email protected] instead of using the issue tracker. </ p> |
92 | 99 |
|
93 |
| -Please see [CODINGSTANDARD](CODINGSTANDARD.md) for details. |
| 100 | +## <p style="font-family: 'CustomFont';">Credits |
94 | 101 |
|
95 |
| -## <p style="font-family: 'CustomFont';">GIT STANDARD</p> |
| 102 | +- [All Contributors](../../contributors) |
96 | 103 |
|
97 |
| -Please see [GITSTANDARD](GITSTANDARD.md) for details. |
| 104 | +## <p style="font-family: 'CustomFont';">License |
| 105 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
98 | 106 |
|
99 |
| -## <p style="font-family: 'CustomFont';">Licence</p> |
100 | 107 |
|
0 commit comments