-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
simple docker for dev #474
Comments
Great stuff, thanks very much. We'll probably be working on full containerisation at some point with the NodeAPI (#291). |
I think this issue needs to be reopened. #291 was merged in July 2019 but no work has been done on providing a Dockerfile for either development or production deployment. A dockerfile would be useful for easy one-click-install in various platform-as-a-service setups like CapRover. |
This was referenced Sep 26, 2022
This was referenced Oct 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Created a very simple docker file to make running CyberChef pretty easily.
https://github.com/GelosSnake/CyberChefDocker
Example
You can run it with the following command:
docker container run -d -p 8080:8080 malwareresearch/cyberchef
Thought might be useful for others.
The text was updated successfully, but these errors were encountered: