Last active
August 16, 2024 01:43
-
-
Save blluv/70bf257cea1d80b6447c1d1b7b0aa600 to your computer and use it in GitHub Desktop.
colima
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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