Running ReXcloud Docker Image on a local PC

docker load --input rexcloud.tar
  • Run the docker image with the following command in Windows power shell or cmd prompt (from the image folder):

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
  • Access Fleet management by typing http://localhost:1337/ in the browser.

Note:

  • Docker image V1.0 contains Node.js, Influx Fleet and Grafana.

Last updated