Latest Ubuntu with SSH & other important libraries.
1.2K
Ubuntu latest version with SSH & other development libraries support.
$ docker build -t ahirmayur/ubuntu-dev . # if you are building from Git
$ docker run -d -p 22 ahirmayur/ubuntu-dev
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
313.8 MB
Last updated
over 10 years ago
docker pull ahirmayur/ubuntu-dev