No description
Find a file
renovate-bot 5883deaf10
All checks were successful
Test / lint (pull_request) Successful in 3s
Test / test (pull_request) Successful in 5m19s
Build and publish / lint (push) Successful in 4s
Build and publish / build (push) Successful in 5m42s
Update nginxinc/nginx-unprivileged:1.26.3 Docker digest to 7051ba7
2025-03-24 04:04:47 +00:00
.forgejo/workflows Add auth to test [skip ci] 2025-02-16 19:50:08 +01:00
Dockerfile Update nginxinc/nginx-unprivileged:1.26.3 Docker digest to 7051ba7 2025-03-24 04:04:47 +00:00
README.md Update README [CI SKIP] 2021-04-18 14:14:25 +02:00
renovate.json Update location of renovate presets [CI SKIP] 2021-08-06 15:08:57 +02:00

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