-
steven.liatti authoredsteven.liatti authored
README.md 244 B
configure and run MongoDB 3.4 with dump:
docker-compose build
docker-compose up -d
use mongodb:
docker-compose exec mongo-orders mongo admin
in mongodb shell:
show dbs;
use order;
show collections;
db.orders.find();