Adding a Docker Stack Provider
Adding a new Stack Provider is the first step to provision a Deployment Target. After creating the entity, the connection properties to the Docker Remote API of the Docker engine and an agent and a login object must be set.
Notes:
- Docker can only be installed on Ubuntu.
- To add a VMWare Stack Provider follow the steps described in these topics: Creating Stack Providers & Changing Properties of Stack Providers
To Add a Docker Provider
- Go to the Release Automation perspective.
- Click the Provisioning accordion tab.
- Click Stack Providers. Here you can model the Docker engine.
- Click the Create button. The Create Stack Provider dialog is displayed.
- Enter Docker in the Name field.
- Select the Docker type.
- From the Folder drop-down list, select a folder to store the new provider.
- Define an owner for the provider.
- Click Create.
- In the Properties view, expand the Connection Properties section. Here we will set the connection properties to the Docker Remote API of the Docker engine.
- In the Default Agent section, click Assign Agent. The agent selected will be used to talk to the Docker Daemon URL.
- Enter the Docker Daemon URL (for example: http://123.45.67.89/).
Important! The Docker Daemon URL must be reachable from default agent selected above.
- Click Save.
- Select a login object.
The Docker provider has been added and contains all required configuration data: host, credentials, repo, and so on. The configuration can also be validated from here.
Next steps:
- Creating Stack Templates
- Creating the Blueprint
- Provisioning the Environment
- Successful Provisioning Checklist &Troubleshooting
Previous steps: