Loading...
Install docker: https://docs.docker.com/desktop/install/windows-install/arrow-up-right
Download the ReXcloud docker image:
https://downloads.influxtechnology.com/DockerImages/rexcloud.tararrow-up-right
Load the docker image with the following command in Windows power shell or cmd prompt (from the image folder):
Run the docker image with the following command in Windows power shell or cmd prompt (from the image folder):
Access Fleet management by typing http://localhost:1337/ in the browser.
Docker image V1.0 contains Node.js, Influx Fleet and Grafana.
docker load --input rexcloud.tar
docker run -d -p 1337:1337 -p 3000:3000 -e "REGION=eu-central-1" -e "ACCESS_KEY=<YOUR_ACCESS_KEY>" -e "SECRET_KEY=<YOUR_SECRET_KEY>" --name rexcloud rexcloud