Skip to content

Adds support to build/run CyberChef in a Docker container.#178

Closed
mpepping wants to merge 1 commit intogchq:masterfrom
mpepping:master
Closed

Adds support to build/run CyberChef in a Docker container.#178
mpepping wants to merge 1 commit intogchq:masterfrom
mpepping:master

Conversation

@mpepping
Copy link
Copy Markdown

Build and/or run CyberChef in a Docker container. Eases development and integration of CyberChef and can even be used to serve production deployments.

This example will build a CyberChef container-image and sart an container instance serving op 8000/tcp:

docker build -t CyberChef .
docker run -d -p 8000:8000 CyberChef

@n1474335
Copy link
Copy Markdown
Member

Hi @mpepping, I've had a think about this and chatted with a few colleagues. I think at this point we won't merge this PR. There is no server-side component to CyberChef and running it is as simple as downloading the compiled version. The Docker image that you have created is sufficient if people are really keen to deploy CyberChef using Docker.

We may revisit this in future if installing CyberChef becomes more complex, but at the moment I don't think it's required.

@n1474335 n1474335 closed this Sep 20, 2017
@mpepping
Copy link
Copy Markdown
Author

Thanks for reviewing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants