Quick install (one-liner)
wget https://scripts.devops8.net/src/dockerins -O - | bash
Troubleshooting
- If the download is blocked, ensure port 443 is open and the SSL certificate is valid.
- Getting 403 Forbidden? Make sure this index file exists at
/var/www/scripts/index.htmland Nginx has read permissions. - Directory listing for
/src/requiresautoindex on;in your Nginx location block.