diff --git a/README.md b/README.md index 2fe45ce..73ed4df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +

+ + +

+ # 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. @@ -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. 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 diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..51ac6c8 Binary files /dev/null and b/assets/images/logo.png differ diff --git a/assets/pages/demo/demo.md b/assets/pages/demo/demo.md new file mode 100644 index 0000000..4791783 --- /dev/null +++ b/assets/pages/demo/demo.md @@ -0,0 +1,7 @@ +# Examples and output + +## Instance listing + +`python3 secdep.py -l` + +![Listing](../../videos/instance-list.gif) diff --git a/assets/videos/instance-list.mkv b/assets/videos/instance-list.mkv new file mode 100644 index 0000000..536f132 Binary files /dev/null and b/assets/videos/instance-list.mkv differ