usergrid-docker icon indicating copy to clipboard operation
usergrid-docker copied to clipboard

Build and run Usergrid 2.1 using Docker

Results 5 usergrid-docker issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to get an Docker Compose file to startup file

Not able to login with admin as username and admin as password(Taken from the script file).Please help as early as possible.

I use provision/provision.sh to run usergrid on docker.I change the provision.sh as below: echo "+++ provision.sh" USERGRID_HOST=localhost ORG_NAME=Future-Tech APP_NAME=easybook ADMIN_PASS=891152 echo "+++ stop running docker containers" docker stop $(docker ps...

After a period of time Cassandra container exited and not working on re-start container.

I'd like to run the usergrid admin portal with this docker: http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/ So, I thought that I'd like to change your usergrid-portal dockerfile but dunno where to start (I'm noobs...