Skip to content

Instantly share code, notes, and snippets.

@aryan9600
Created December 18, 2020 22:15
Show Gist options
  • Save aryan9600/54bb3725a6398cba9755fbf81e7237ee to your computer and use it in GitHub Desktop.
Save aryan9600/54bb3725a6398cba9755fbf81e7237ee to your computer and use it in GitHub Desktop.
FROM disconnect3d/nsjail
WORKDIR /jail
COPY ./jail .
RUN chmod -R 755 .
CMD nsjail -Ml --port 9002 --disable_proc --chroot /jail -- /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment