Up and running in a minute.
- 01 Pull and run the Docker image.
- 02 Open the console at localhost:8080 to check service health.
- 03 Export environment variables and point your SDK to localhost.
docker pull jaysen2apache/localcloud
mkdir -p ~/.localcloud/data
docker run -d \
-p 8080:8080 -p 4443:4443 \
-m 4g --name localcloud \
-v ~/.localcloud/data:/var/lib/localcloud \
jaysen2apache/localcloud
# Sets env vars
eval "$(curl -s localhost:8080/_localcloud/env?format=shell)"
# Use local Google Object Storage from Local FileSystem
gcloud storage ls gs://