Skip to content

Instantly share code, notes, and snippets.

@ninp0
Last active April 24, 2020 22:34
Show Gist options
  • Save ninp0/450666731c4ac52c1e218d55579a0580 to your computer and use it in GitHub Desktop.
Save ninp0/450666731c4ac52c1e218d55579a0580 to your computer and use it in GitHub Desktop.
#!/bin/bash --login
docker run \
--name csi.$RANDOM \
--publish 127.0.0.1:3333:3333 \
--volume /tmp:/tmp \
--rm \
--interactive \
--tty 0dayinc/csi_prototyper \
--login \
-c "csi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment