# NimbusPwn vulnerable lab. Context is the repo root so COPY can reach nimbuspwn.c. # docker compose build # docker compose run --rm nimbuspwn-lab # then, as pwn: ./nimbuspwn services: nimbuspwn-lab: build: context: . dockerfile: docker/Dockerfile image: nimbuspwn-lab stdin_open: true tty: true