docker build --platform linux/amd64 -t compiler
docker run -it --rm -v $(pwd):/home/user/c-compiler/ --cap-add=SYS_PTRACE --security-opt="seccomp=unconfined" compiler
SuperHotDogCat/c-compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker build --platform linux/amd64 -t compiler
docker run -it --rm -v $(pwd):/home/user/c-compiler/ --cap-add=SYS_PTRACE --security-opt="seccomp=unconfined" compiler