Skip to content

Instantly share code, notes, and snippets.

@blluv
Last active August 16, 2024 01:43
Show Gist options
  • Save blluv/70bf257cea1d80b6447c1d1b7b0aa600 to your computer and use it in GitHub Desktop.
Save blluv/70bf257cea1d80b6447c1d1b7b0aa600 to your computer and use it in GitHub Desktop.
colima
colima start -p x64 -a x86_64 -c 1 -m 2 -d 32 --vm-type qemu
alias start_pwn1804="DOCKER_HOST=unix:///Users/luv/.colima/x64/docker.sock docker run --security-opt seccomp=unconfined --privileged --cap-add=SYS_PTRACE -v ./:/pwn -it pwn:ubuntu1804 bash"
alias start_pwn2004="DOCKER_HOST=unix:///Users/luv/.colima/x64/docker.sock docker run --security-opt seccomp=unconfined --privileged --cap-add=SYS_PTRACE -v ./:/pwn -it pwn:ubuntu2004 bash"
alias start_pwn2204="DOCKER_HOST=unix:///Users/luv/.colima/x64/docker.sock docker run --security-opt seccomp=unconfined --privileged --cap-add=SYS_PTRACE -v ./:/pwn -it pwn:ubuntu2204 bash""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment