Skip to content

teamsoo/ubuntu-docker-th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages