环境准备

参考

  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

相关文章:

  • 2018-11-03
  • 2019-08-23
  • 2020-01-21
  • 2021-08-05
  • 2021-08-16
  • 2019-01-07
  • 2021-08-07
  • 2021-08-07
猜你喜欢
  • 2020-07-19
  • 2019-07-24
  • 2021-08-05
  • 2021-08-05
  • 2021-07-31
  • 2021-06-24
  • 2021-11-08
  • 2018-05-31
相关资源
相似解决方案