Sign inSign up

zhanghuihui/code-server

By zhanghuihui

Updated over 6 years ago

Image
0

84

zhanghuihui/code-server repository overview

#说明 1、此镜像在官方的镜像基础上安装了python3环境 2、修复了/home/coder/project目录下添加文件没有权限的问题

#下载code-server镜像 docker push zhanghuihui/code-server:v1 #运行code-server docker run -it -p 8080:8080 --restart=always -v "$local_path:/home/coder/project" --name code zhanghuihui/code-server:v1 #获取验证码 $local_path/project/pass.sh

Tag summary

Content type

Image

Digest

Size

183 MB

Last updated

over 6 years ago

docker pull zhanghuihui/code-server:v1