Feature: added docker support

This commit is contained in:
loopsun 2019-10-09 11:55:41 +08:00
parent 06708949a1
commit 52d9c51e69
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