We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see, the option key is called dockerLabels in the document of deployfish.yml Reference, which you can configured for docker container labels. (https://deployfish.readthedocs.io/en/latest/yaml.html#dockerlabels)
dockerLabels
deployfish.yml Reference
But if you are looking into the source code implementation, you will see the actual option key for docker container labels is called labels (https://github.com/caltechads/deployfish/blob/master/deployfish/aws/ecs/Task.py#L521)
labels
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you can see, the option key is called
dockerLabels
in the document ofdeployfish.yml Reference
, which you can configured for docker container labels. (https://deployfish.readthedocs.io/en/latest/yaml.html#dockerlabels)But if you are looking into the source code implementation, you will see the actual option key for docker container labels is called
labels
(https://github.com/caltechads/deployfish/blob/master/deployfish/aws/ecs/Task.py#L521)The text was updated successfully, but these errors were encountered: