mbopm/cyberchef

By mbopm

Updated 2 months ago

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

Image
Developer Tools

1.3K

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"

Docker Pull Command

docker pull mbopm/cyberchef