基于daocloud.io/library/ubuntu镜像添加ssh功能,实现远程登录容器。

liuyuqi-dellpc a0f3f9bb31 init 5 years ago
Dockerfile a0f3f9bb31 init 5 years ago
README.md a0f3f9bb31 init 5 years ago
sources.list a0f3f9bb31 init 5 years ago

README.md

ubuntu-ssh

根据 Dockerfile 构建镜像,实现 ssh 登录容器的功能:

docker build -t git.yoqi.me/docker/ubuntu-ssh:18.10 .

启动容器:

docker run --rm -it -p 2223:22/tcp ubuntu-ssh:18.10