You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
renovate-bot 1d960ff21e
continuous-integration/drone/push Build is passing Details
Update dependency gchq/CyberChef to v10 (#179)
7 hours ago
.drone.yml Switch back to using latest tag for determine-docker-tags [CI SKIP] 11 months ago
Dockerfile Update dependency gchq/CyberChef to v10 (#179) 7 hours ago
README.md Update README [CI SKIP] 2 years ago
renovate.json Update location of renovate presets [CI SKIP] 2 years ago

README.md

docker-cyberchef

Build Status Docker Pulls

This is a docker image for CyberChef built from the current master branch. You can find the image on Docker Hub and the source code can be found here with a mirror on github.

Tags

  • latest, 9, 9.*, 9.*.*

Usage

The image is based on the unprivileged nginx container and it ready to go with no configuration needed. The container is run with an unprivileged user and nginx is listening on port 8080. To quickly run the container you can use the following command:

docker run -p "8080:8080" mwalbeck/cyberchef:latest

Then CyberChef can be accessed on localhost:8080