Installing and configuring Docker
Before you start using Container Registry, you must 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 the developer documentation
If you are working on a device with a GUI, you can also install
Download
-
Download
and install the Docker Desktop distribution for Windows. -
After the installation is complete, add the current user to the
docker-usersgroup:-
Run Computer Management as administrator:
compmgmt.msc -
Expand the (Local) Computer Management menu, then go Utilities → Local Users and Groups → Groups and open the
docker-usersgroup. -
Click Add and add the required 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 the developer documentation