Latest Ubuntu with SSH & other important libraries.
1.3K
Ubuntu latest version with SSH support
$ docker build -t ahirmayur/ubuntu .
$ docker run -d -p 22 ahirmayur/ubuntu
5f1b7a6404c8
$ docker port 5f1b7a6404c8 22
0.0.0.0:32771
$ ssh root@localhost -p 32771 # when promoted for password enter 'root' (without quotes)
Content type
Image
Digest
Size
159.4 MB
Last updated
over 10 years ago
docker pull ahirmayur/ubuntu