Setting up Docker Registry is only required if you plan to run your Captain on a cluster. For single node Captain deployments, Docker Registry is not recommended as it makes deployment significantly slower.
Captain provides two methods for you to setup your docker registry:
You can switch between the two approaches, but you'll have to re-deploy your apps to Captain again such that your images get created on your new Docker Registry. Unless you lost access to the source code, this is a relatively easy task.
Current Docker Registry: {{captaininfo.isRegistryLocal?'Local at ':'Remote at'}} {{captaininfo.dockerRegistryDomain}}
Hostname: {{node.hostname}}
ID: {{node.nodeId}}
Type: {{node.isLeader?'Leader':node.type}}
Docker Engine: {{node.dockerEngineVersion}}
OS: {{node.operatingSystem}}
Architecture: {{node.architecture}}
CPU Cores: {{node.nanoCpu/1e9}}
Memory: {{node.memoryBytes/1024/1024/1024| number:2}} GB