Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

mpepping
Copy link

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
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
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