Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 454 Bytes

How to run Docktor with Docker

docker run -d \
    --name docktormongodb \
    docktor/mongodb:latest

docker run -d \
    -p 3000:3000 \
    --link docktormongodb:db_1 \
    docktor/docktor:latest

You can add -v <pathOnYouHost>:/data for mongoDB data. You can add -v <pathOnYouHost>:/opt/backups for mongoDB backups (collections of Docktor).

Go to http://:3000 to view Docktor