The all-in-one container sets up the Stratos Console components in a single container.
You will need to have installed Docker, see:
To build the container, change directory to the root of the project and open a command prompt:
docker build -f deploy/Dockerfile.all-in-one . -t stratos-ui
Bring up the container with:
docker run -p 4443:443 stratos-ui
The Console UI should now be accessible at the following URL:
To login use the following credentials detailed here.