Practice MongoDB using Docker
Practice MongoDB with the help of Docker.
Use these simple commands:
1) docker run -d mongo
2) docker exec -it [container ID] bash
3) mongosh
4) use admin
5) db.createCollection("name")
then you can try any mongo commands.
Видео Practice MongoDB using Docker канала BackendBlueprints
Use these simple commands:
1) docker run -d mongo
2) docker exec -it [container ID] bash
3) mongosh
4) use admin
5) db.createCollection("name")
then you can try any mongo commands.
Видео Practice MongoDB using Docker канала BackendBlueprints
Комментарии отсутствуют
Информация о видео
6 августа 2024 г. 15:59:34
00:00:55
Другие видео канала