项目作者: teamsoo

项目描述 :
Ubuntu docker with th mirror
高级语言: Shell
项目地址: git://github.com/teamsoo/ubuntu-docker-th.git
创建时间: 2017-04-21T04:33:33Z
项目社区:https://github.com/teamsoo/ubuntu-docker-th

开源协议:

下载


Ubuntu Docker TH

Built on top of official Ubuntu images.

Image specific:

Config:

  • PermitRootLogin yes
  • UsePAM no
  • exposed port 22
  • default command: /usr/sbin/sshd -D
  • root password: root
  • change mirror to th

Run example

  1. $ docker build -t ubuntu_th ./16.04/
  2. $ docker run -d -p 2222:22 -P --name test_th_ubuntu ubuntu_th
  3. $ ssh root@localhost -p 2222
  4. # The password is `teamsoo`
  5. root@test_ubuntu $