Sign inSign up

mbopm/cyberchef

By mbopm

Updated about 19 hours ago

Simple project wrapping cyberchef in a docker container for easier private network deployments.

Image
Developer tools
0

10K+

mbopm/cyberchef repository overview

Cyberchef

Cyberchef instance hosted with nginx.

Docker Compose

You can use docker-compose to start the container. Create a file named docker-compose.yml and run docker compose up -d in the same directory. -d will detach your command and won't require your shell to stay open.

services:
  cyberchef:
    image: mbopm/cyberchef:latest
    ports:
      - "127.0.0.1:8080:80"

Tag summary

Content type

Image

Digest

sha256:3ea0355eb

Size

69.8 MB

Last updated

about 19 hours ago

docker pull mbopm/cyberchef