Quick Start LocalCloud in less than 1 minute.
- 01 Pull & Run the docker image.
- 02 Open the console, check service health.
- 03 Point your SDK to localhost, Refer to user guide on console for all ENV for service variables, make your first API call.
docker pull jaysen2apache/localcloud
docker run -d \
-p 8080:8080 -p 4443:4443 \
-p 8085-8087:8085-8087 \
-p 9010:9010 -p 9050:9050 -p 6379:6379 \
-m 4g --name localcloud \
jaysen2apache/localcloud
eval "$(curl -s localhost:8080/_localcloud/env?format=shell)"