diff --git a/README.md b/README.md
index 37d3ed4b830302f81daf50acc87900ba7052a025..5bc6b94c8f80e93f468190eb36c6788f1c76ede7 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,9 @@ pip install --upgrade pwntools
 
 ## Pwnenv Docker Image
 
-This is a Docker image based on Ubuntu that already has the CLI tools we need installed.
+This is a Docker image based on Ubuntu that already has the CLI tools we need installed. This should work to get started but in the long run, having a local installation of the tools is more convenient.
+
+With the `docker run` command below, your current working directory will be available in `/workdir` in the container.
 
 ```bash
 docker pull registry.git-ce.rwth-aachen.de/pwn-la-chapelle/ctf-tools:latest