Feature: added docker support

This commit is contained in:
loopsun 2019-10-12 10:36:28 +08:00
parent 3472484601
commit 51559522ac
6 changed files with 41 additions and 0 deletions

View file

@ -21,6 +21,14 @@ Cryptographic operations in CyberChef should not be relied upon to provide secur
[A live demo can be found here][1] - have fun!
## Quick start with docker-compose
```
git clone https://github.com/gchq/CyberChef.git && cd CyberChef
docker-compose up -d
```
open this address in your browser: _http://localhost:8080/_
## How it works