diff --git a/docker/README.md b/docker/README.md index c621f9acc9..3552cd13f3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -125,6 +125,8 @@ After exec'ing into the container, administration and management of the Ghidra s To stop the container, execute the command `docker stop `. +NOTE: ports you map from the host to the docker container must match. You can change the default base server port (i.e. `13100`) in the `server.conf` file using the `-p` option. + ## Example of BSIM Server Mode ```