Sign inSign up

tavenli/ubuntu-server

By tavenli

Updated almost 5 years ago

基于 ubuntu 官方 21.10 镜像,容器内开启 ssh远程端口,可通过xshell等工具直接连接到容器内,方便部署测试环境

Image
0

359

tavenli/ubuntu-server repository overview

基于 ubuntu 官方 21.10 镜像,安装了 vim htop zip telnet curl ssh 等常用工具,开启了 ssh远程端口,可通过xshell等工具直接连接到容器。

用途和作用:

团队经常需要各种容器环境,如java 、php、python、mysql 等,本容器作为基础版本的容器。

使用方式如下:

1、获取容器

docker pull tavenli/ubuntu-server

docker pull tavenli/ubuntu-server:21.10

2、启动容器

docker run -dt --name ubuntu-server -p 92:22 tavenli/ubuntu-server:21.10

3、直接用ssh客户端,如 xshell 和 sftp 连接 92端口即可

用户名:root

默认密码:YuanGe

Tag summary

Content type

Image

Digest

Size

105.1 MB

Last updated

almost 5 years ago

docker pull tavenli/ubuntu-server