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
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
Download
-
Download
and install the Docker Desktop distribution for Windows. -
After the installation is complete, add the current user to the
docker-users
group:-
Run Computer Management as administrator:
compmgmt.msc
-
Expand the (Local) Computer Management menu, then go to Utilities → Local Users and Groups → Groups and open the
docker-users
group. -
Click Add and add the required user to the group.
-
Click OK.
-
-
Run Docker Desktop and make sure the app status is
running
.
For information about additional Docker settings for Windows, see the developer documentation