1 Star 0 Fork 0

久忆/pwndbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xeonacid 提交于 2022-11-23 02:21 . Support Arch Linux docker test (#1378)
version: "3.8"
services:
main: &base-spec
build: .
volumes:
- .:/pwndbg
platform: linux/amd64
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE
ubuntu18.04:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile
args:
image: ubuntu:18.04
ubuntu20.04:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile
args:
image: ubuntu:20.04
ubuntu22.04:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile
args:
image: ubuntu:22.04
debian10:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile
args:
image: debian:10
debian11:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile
args:
image: debian:11
archlinux:
<<: *base-spec
build:
context: .
dockerfile: Dockerfile.arch
args:
image: archlinux:latest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gjy/pwndbg.git
git@gitee.com:gjy/pwndbg.git
gjy
pwndbg
pwndbg
add-single-value-cache

搜索帮助