根据 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