An error occurred while fetching this tab.
Add support for Docker labels
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Adds support for Docker labels.
For users of Rancher, it is useful to add custom labels to the containers created by the runner. For example, to add a standalone container to the same network as services managed by Rancher, the io.rancher.container.network=true
label needs to be added. This allows the container to communicate with the other services on the network, including the Rancher DNS service.
To prevent duplicate code, the code to add labels the config has been
master
(if you do - rebase it please)
Push commits to the source branch or add previously merged commits to review them.