Update README.md

This commit is contained in:
spiritlhl 2023-06-29 12:40:45 +08:00 committed by GitHub
parent d4b9cc7520
commit 24ac5228ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,12 @@ chmod +x /usr/local/bin/docker-compose
docker-compose --version
```
卸载所有docker镜像和容器
```
docker rm -f $(docker ps -aq); docker rmi $(docker images -aq)
```
### 通过docker安装code-server
安装