# 拉取ubuntu镜像
docker pull ubuntu
# 创建目录存放code-server
mkdir /app
cd /app
wget https://github.com/c...
code_server另类镜像搭建【基于ubuntu镜像搭建】