@@ -41,7 +41,7 @@ docker run -p 55155:55155 git.zephyr-software.com:4567/allzp/turbo/turbo:latest
...
@@ -41,7 +41,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.
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.
2. Install AFL as noted above.
2. If you wish to have a custom AFL install, install AFL as noted above. Otherwise, step 3 will install AFL automatically.