Overview
The KC Brainware-5 unit can run up to 5 Brains simultaneously or it can use all the resources of the available 5 Brains and run a single Brain with all resources. The process below will explain the best suggestion on how to setup the KC Brainware-5 to run a single Brain
Process
- SSH into the KC Braiwnare-5 unit by entering kramer@
- Stop all running containers
- docker stop $(docker ps -a -q)
- Prune docker settings
- docker system prune
- y to confirm the deletion
- Navigate to nebula directory of the OS
- cd .nebula/
- Create an unused license directory
- mkdir unused_licenses
- Navigate to license directory
- cd licenses
- Move 4 out of 5 licenses to the previously created unused_licenses directory
- ls
- This will show the 5 licenses Brian ID which will be used in the next step
- mv brain_id brain_id brain_id brain_id ~/.nebula/unused_licenses
- Replace Brain ID with the ID value of the step previously
- If you start entering a Brain ID character or two, you can use the tab key on the keyboard to autofill the rest of the ID
- ls
- Change network type to bridge
- kramer config set docker.bridge.network.type=bridge
- Start the Brain
- Kramer docker start brain
Revision:
6
Last modified:
Mar 30, 2022
Post your comment on this topic.