---
title: 树莓派常用操作记录
abbrlink: 16fcf6b8
categories:
- 工具
tags:
- Linux
- 配置记录
- Docker
date: 2021-04-27 22:34:04
---
## 安装Docker
### 替换成清华源
> 清华源地址
```bash
echo "deb [arch=armhf] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian \
$(lsb_release -cs) stable" | \
sudo tee /etc/apt/sources.list.d/docker.list
```
```bash
sudo apt-get update
sudo apt-get install docker-ce
```
## 替换软件源
中科大源
清华源