teamsoo / ubuntu-docker-th

Ubuntu docker with th mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Ubuntu docker with th mirror


Languages

Language:Shell 100.0%