mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
update readme with docker instructions
This commit is contained in:
parent
012b54d44f
commit
0668a9d4cf
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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!
|
||||
|
||||
## 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue