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
ReadandWrite. - Click on
Create. - Copy the
access tokenand paste it in DokployDocker HubModal section. - (Optional) If you pretend to use Cluster Feature, make sure to set a
Image PrefixandRegistry URL. - Click on
Testto make sure everything is working. - Click on
Createto save the registry.