totally more readable

This commit is contained in:
2023-03-22 22:23:57 +02:00
parent 84c32d0f1a
commit e308ff10f2
4 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
<p align="center">
<img src="assets/images/logo.png?raw=true" width="800"/>
</a>
</p>
# SecDep # SecDep
Automated secure docker services deployment and virtual machine management using (mainly) the [libcloud](https://github.com/apache/libcloud) library to connect to AWS, Azure and GCE. Automated secure docker services deployment and virtual machine management using (mainly) the [libcloud](https://github.com/apache/libcloud) library to connect to AWS, Azure and GCE.
@@ -83,6 +88,9 @@ For other systems you can check [here](https://pip.pypa.io/en/stable/installatio
Assuming you have set up your accounts and have the dependencies installed, you can now start using SecDep. Assuming you have set up your accounts and have the dependencies installed, you can now start using SecDep.
Further instructions [here](assets/pages/usage/usage.md) Further instructions [here](assets/pages/usage/usage.md)
# Sample outputs
Images and videos of common tasks will reside [here](assets/pages/demo/demo.md)
# Connecting to the virtual machines # Connecting to the virtual machines

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -0,0 +1,7 @@
# Examples and output
## Instance listing
`python3 secdep.py -l`
![Listing](../../videos/instance-list.gif)

Binary file not shown.