@@ -43,7 +43,7 @@ docker run -p 55155:55155 git.zephyr-software.com:4567/allzp/turbo/turbo:latest
Note that the `-p 55155:55155` parameter tells Docker to expose the Turbo port so that the Turbo CLI can connect. You may always want to use `--restart unless-stopped` flag to ensure that the container is restarted in the event that your system restarts (e.g., due to a power loss). You may also wish to use `-d` to detach your shell from the docker instance.
## On the fuzzing box
* If you wish to have a custom AFL install, install AFL as noted above. Otherwise, step 3 will install AFL automatically.
* If you wish to have a custom AFL install, install AFL as noted above. Otherwise, the next step will install AFL automatically.