Skip to content

chetan253/docker-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mongo

A demonstration of multiple containers using docker, python and mongodb.

Instructions:

Start :

$ docker-compose up

To open the web app go on http://localhost:8080/

In order to check the data the mongo console can be launched in new terminal by using mongo command.

Note: In case if there is "ERROR:No such image" use $ docker-compose up --no-recreate

Releases

No releases published

Packages

No packages published