部署PWN题Docker环境

环境准备

参考

  1. 安装Docker sudo apt install docker.io
  2. 查看版本 docker -v
  3. sudo apt install docker-compose git
  4. git clone https://github.com/giantbranch/pwn_deploy_chroot.git

使用

  1. 将pwn题放入bin目录下
  2. 在该目录下添加docker-compose.yml
  3. 启动 docker-compose up -d
原文地址:https://www.cnblogs.com/vict0r/p/13740589.html