Skip to content

Instantly share code, notes, and snippets.

View smitpatelx's full-sized avatar
🎯
Focusing

Smit Patel smitpatelx

🎯
Focusing
View GitHub Profile
@smitpatelx
smitpatelx / Dockerfile
Created March 3, 2021 21:02 — forked from ricog/Dockerfile
Docker wait for mysql to be ready and then load sql
FROM mysql:5.6
MAINTAINER Your Name <[email protected]>
COPY wait-for-mysql.sh /
CMD /wait-for-mysql.sh
@smitpatelx
smitpatelx / mongodb_cheat_sheet.md
Last active December 22, 2019 07:19 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

CMD

mongo //open shell
Ctrl + L //Clear Shell
Ctrl + C //Exit Shell

Show All Databases