update readme with docker instructions

This commit is contained in:
Dave York 2021-06-19 22:33:14 -04:00
parent 012b54d44f
commit 0668a9d4cf

View file

@ -22,6 +22,16 @@ Cryptographic operations in CyberChef should not be relied upon to provide secur
[A live demo can be found here][1] - have fun! [A live demo can be found here][1] - have fun!
## Running in Docker
If you would like to run the app locally in docker please follow the steps below:
```
git clone https://github.com/gchq/CyberChef.git
cd CyberChef
docker build --tag cyberchef .
docker run --rm --name cyberchef -it -p 8080:8080 cyberchef
```
## How it works ## How it works