Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
    • All guides
    • Creating a registry
        • Installing and configuring Docker
        • Authentication in Cloud Registry
        • Creating a Docker image
        • Pushing a Docker image to a registry
        • Pulling a Docker image from a registry
  • Access management
  • Pricing policy
  • CLI reference
  • Audit Trails events
  1. Step-by-step guides
  2. Managing artifacts
  3. Docker image
  4. Installing and configuring Docker

Installing and configuring Docker in Cloud Registry

Written by
Yandex Cloud
Updated at December 16, 2024

Before you start using Cloud Registry, you must install and configure Docker on your local computer.

Linux
macOS
Windows
  1. Install Docker Engine. Use this guide to install and run Docker for your operating system.

  2. After the installation is complete, add the current user to the docker group:

    sudo groupadd docker
    sudo usermod -aG docker $USER
    newgrp docker
    

For information about additional Docker settings for Linux, see the developer documentation.

If you are working on a device with a GUI, you can also install Docker Desktop for Linux.

Download and install the Docker Desktop distribution for macOS. For more information, see the developer documentation.

  1. Download and install the Docker Desktop distribution for Windows.

  2. After the installation is complete, add the current user to the docker-users group:

    1. Run Computer Management as administrator:

      compmgmt.msc
      
    2. Expand the (Local) Computer Management menu, then go to Utilities → Local Users and Groups → Groups and open the docker-users group.

    3. Click Add and add the required user to the group.

    4. Click OK.

  3. Run Docker Desktop and make sure the app status is running.

For information about additional Docker settings for Windows, see the developer documentation.

See alsoSee also

  • Authentication in Cloud Registry

Was the article helpful?

Previous
Creating a registry
Next
Authentication in Cloud Registry
© 2025 Direct Cursus Technology L.L.C.