Running mongodb in a docker container using your windows

preview_player
Показать описание
Welcome to this channel!
Here are the commands we have utilized in this video:
docker pull mongo
docker create mongo
docker ps –a
docker run --name mongo_v1 -d -p 27023:27017 mongo
mongodb://localhost:27023
Рекомендации по теме
Комментарии
Автор

This video is so clear and straightforward thanks for the insight 👍👍

ayoolaoladipe
Автор

Thank you very much for the content how to set up docker + mongodb, very clean explanation!

lucaswu
Автор

This's exactly what I am looking for, thanks for sharing.

abdelhakaswak
Автор

Nice and simple. Thanks a lot for sharing!

alex_alcan
Автор

Be aware that there is no authentification active!

Luca_
Автор

Thank you very much for this video, to the point and helpful!

rahulsbhatt
Автор

Thanks brother. You can set up a good mic just a suggestion it'll help to understand more about your instructions.

romeobernabe
Автор

HI, thanks for sharing your knowledge! Great video. Could you give some advices to implement Data Persistance using Windows... I haven´t been able to find information about it! Thanks!

juanluiscalderon
Автор

Hi I found some mesage after start container:
It looks like you are trying to access MongoDB over HTTP on the native driver port.

jomynn
Автор

grande brasileiro ensinando o mundo value!

joaonicastro