Docker Hub

Introduction

Bunnyshell supports connecting Docker Hub registries to your organization, allowing you to use those registries to store your container images and deploy them on Kubernetes clusters.

🚧

Before you proceed, make sure you have administrator privileges on your Docker Hub registry.

Configure access to Docker Hub

  1. In Docker Hub platform click on your username in top right corner, then click Account Settings
  2. Click Security from the left side menu
  3. Create New Access Token and choose at least Read & Write permissions

Connect your Docker Hub registry

  1. Access the Bunnyshell interface and click the Integrations button on the left side.

  1. Click Container Registries on the left-side menu.

  2. Click the Connect container registry button and select Docker Hub.

  1. A new window will pop-up, where you will have to provide the following information:

  • Registry name: pick a name for your registry when you connect it to Bunnyshell.
  • Docker Hub Username: The username you chose when you created your Docker Hub account.
  • Docker Hub Access Token: An Access Token you created in your Docker Hub account.