Docker Hub
Configure Docker Hub to store your images and artifacts.
To configure a Docker Hub registry, you need to fill the form with the following details:
- Insert the Registry Name eg.
My Registry
. - Insert the Username eg.
dockerhub_username
. - Insert the Password, you can use your own dockerhub password or generate a token here
https://app.docker.com/settings/personal-access-tokens
- Click on Generate Token.
- Insert the Token Description eg.
dockerhub_token
. - In permissions make sure to select
Read
andWrite
. - Click on
Create
. - Copy the
access token
and paste it in DokployDocker Hub
Modal section. - (Optional) If you pretend to use Cluster Feature, make sure to set a
Image Prefix
andRegistry URL
. - Click on
Test
to make sure everything is working. - Click on
Create
to save the registry.