基于ubuntu:22.04进行构建了基础开发环境
1、用户目录为/root,无密码
2、配置了中文显示,已经内置安装了curl、wget、ping、telne、tnetcat、git、vim等工具(apt search xxxxx),以及安装了opencode(默认配置了阿里千问的Code Plan)
3、配置了golang、java、nodejs、python等,具体目录位于/usr/local/lib下,可通过修改/root/.bashrc进行修改(除python外,其他均是官网安装)
4、配置了ssh-server,端口号为22.密码可为空.使用命令:ssh -p 22 root@localhost.注意:首次进入实例后运行service ssh restart
后续可基于该版本进行扩充构建
Content type
Image
Digest
sha256:eda63ab9d…
Size
713.6 MB
Last updated
7 months ago
docker pull vpdong/ubuntu:base