From 2d7c7e57dfa52d46c5ffe5e0a0d907c75e8a7ba0 Mon Sep 17 00:00:00 2001 From: Daniel Petri <daniel.petri@rwth-aachen.de> Date: Mon, 14 Apr 2025 13:03:48 +0200 Subject: [PATCH] Notes, fix docker image --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d3ed4..5bc6b94 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 -- GitLab