Installing and configuring Docker
Before you start using Container Registry, install and configure Docker
-
Install Docker Engine. Use this guide
to install and run Docker for your operating system. -
After the installation is complete, add the current user to the
dockergroup:sudo groupadd docker sudo usermod -aG docker $USER newgrp docker
For groups to update successfully, you may need to log back into the OS or reboot the computer.
For information about additional Docker settings for Linux, see this developer guide
If you using a computer with a GUI, you can also install
Download
-
Download
and install Docker Desktop for Windows. -
After the installation is complete, add the current user to the
docker-usersgroup:-
Run Computer Management as an administrator:
compmgmt.msc -
Expand Computer Management (Local) → System Tools → Local Users and Groups → Groups and open the
docker-usersgroup. -
Click Add and add the user to the group.
-
Click OK.
-
-
Run Docker Desktop and make sure the app's status is
running.
For information about additional Docker settings for Windows, see this developer guide