mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
Feature: added docker support
This commit is contained in:
parent
3472484601
commit
51559522ac
6 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue