- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
v3.5 Docker
        Andrey Kurilov edited this page Jul 12, 2017 
        ·
        3 revisions
      
    To get the latest stable version:
docker pull emcmongoose/mongooseOtherwise, get the specific version:
docker pull emcmongoose/mongoose:3.5.0docker run --net=host emcmongoose/mongoose java -jar /opt/mongoose/mongoose.jar <ARGS>Note:
In new versions of Docker like 1.12.x the option "--network host" instead of "--net=host" should be used
docker run --net=host --expose 1099 emcmongoose/mongoose java -jar /opt/mongoose/mongoose-storage-driver-service.jardocker run --net=host emcmongoose/mongoose java -jar /opt/mongoose/mongoose.jar --storage-driver-remote --storage-driver-addrs=<ADDR1,ADDR2,...> <ARGS>Notes:
- To enable the remote monitoring functionality follow the Monitoring Reference and add 
--expose 9010option to thedocker runcommand. - To enable the remote management functionality follow the Management Reference and add 
--expose 9010option to thedocker runcommand. 
- Overview
 - Deployment
 - User Guide
 - Troubleshooting
 - Reference