Docker Hub

You need to have on hand

Access Token OR Deploy Token

You can follow this Tutorial to generate an Access Token

Split the Repository Name

Given this Full Repository: group/project

Your Repository will always be: docker.io

and your Image will be: group/project

Add the app on Edgegap

API Example

{
    [...]
    "docker_repository": "docker.io",
    "docker_image": "group/project",
    "docker_tag": "v1",
    "private_username": "example@edgegap.com",
    "private_token": "<Access Token>",
    [...]
}

From Dashboard

From our Dashboard, The Private registry token will be the content of your Access Token

Last updated

Was this helpful?