Unmanaged Nodes
To add a previously provisioned node, use the shipa node-add command with the --register flag. Set the address key with the URL of the Docker API in the remote node and specify the framework of the node with framework=frameworkname.
The Docker API must be responding to the referenced address.
Please refer to the Docker documentation for instructions about installing Docker on your node.
shipa node add docker framework=myframeworkname --register address=http://node.address.com:2375
Note: After adding the node, enable the new unmanaged node by running the node update command:
shipa node update http://node.address.com:2375 --enable
Updated 12 months ago
Did this page help you?