Codefresh Hybrid Installation (Legacy)
Add your own Node to run/build containers
Note that this page is now describing the legacy hybrid mode. For the new version read more at behind-the-firewall.
Codefresh lets you use your own host as a node to run/build containers.
- Go to your account configurations by clicking on Account Settings on the left sidebar.
- Select Nodes from the left sidebar.
Hybrid nodes are only available to enterprise customers. Contact us us to enable this feature.
- Click on ADD YOUR NODE Codefresh lets you use your own host as a build agent to run/build containers. In order to do this, you have to first install the Codefresh Agent on your machine.
The following Linux distributions are supported:
- Ubuntu 14.04, 15.04, 16.04
- Debian 8
- Centos 7+
- RedHat Linux 7
- Fedora 21, 22
In order for Codefresh to communicate with the Docker daemon running on your node, port tcp:2376
should be open on your node’s firewall.
Note: You need to provide the public IP address of the node.