Skip to content

Demo Setup

Joongi Kim edited this page Feb 20, 2018 · 14 revisions

This meta-repository provides a docker-compose configuration to fire up a single-node Backend.AI clustering running on your PC.

All you have to do is:

  • Clone the repository
  • docker-compose up -d

To access this local cluster, set the following configurations to your favoriate Backend.AI client:

$ export BACKEND_ENDPOINT="http://localhost:8081"
$ export BACKEND_ACCESS_KEY="AKIAIOSFODNN7EXAMPLE"
$ export BACKEND_SECRET_KEY="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
Clone this wiki locally