Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows

Repository for all the workshop content delivered at nullcon X on 1st of March 2019
https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows

application-security docker kubernetes kubernetes-cluster minio nats osint zap

Last synced: 3 months ago
JSON representation

Repository for all the workshop content delivered at nullcon X on 1st of March 2019

Lists

README

        

# Using Docker with Kubernetes for automating Application Secuity and OSINT workflows

![SPLAT](images/splat-logo.png)

## Getting Started

Clone this repository

```
git clone https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows
```

Install `gitbook-cli` for serving documentation locally

```
npm install -g gitbook-cli
```

Start `gitbook` server locally

```
cd using-docker-kubernetes-for-automating-appsec-and-osint-workflows/gitbook
gitbook serve
```