Skip to content
/dev/zeyu
Go back

Quick Note: Docker

Install docker by

yay -S docker
sudo usermod -aG docker kasakun # Add user to docker group

Change the mirror by

sudo vim /etc/docker/daemon.json  # create one if not exists

Add sources

{
    "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}

Share this post on:

Previous Post
Linux Daemon Service Template
Next Post
Install Manjaro and set up xrdp on Raspberry Pi 4B