Skip to content

Instantly share code, notes, and snippets.

View bikash-das's full-sized avatar
💭
Code and learn

Bikash Das bikash-das

💭
Code and learn
View GitHub Profile

Basic Commands

build

docker build -t graysmith00/image-name .

run

docker run -p 8000:8000 image-name

list all images

docker image ls

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database