iofogctl
allows users to manage a Controller's list of registries. To learn more about registries, please see microservice registry documentation.
The registry has a very simple definition
apiVersion: iofog.org/v2
kind: Registry
spec:
url: registry.hub.docker.com # This will create a registry that can download your private docker hub images
username: john
password: q1u45ic9kst563art
email: user@domain.com
requiresCert: false
certificate: ''
private: false
id: 42
Field | Description |
---|---|
url | Registry url |
username | Username |
password | Password |
certificate | (Optional) Certificate to be used by the registry |
id | (Optional) An integer that is used to identify the registry |
private | (Optional) true |
requiresCert | (Optional) Does the repository requires a certificate |