Skip to content

Instantly share code, notes, and snippets.

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