Sign inSign up

ldmbis/cyberseed17client

By ldmbis

Updated about 9 years ago

This is the docker client image for the CyberSEED17 competition at UCONN

Image
0

791

ldmbis/cyberseed17client repository overview

The image contains

  • Ubuntu 14.04
  • emacs24-nox (no X window)
  • git
  • java / javac (JDK 1.7)
  • Python 2.7.3

The image, when started offers an ssh server. Once you retrieve the IP with the command

docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'  <containerName>

You can connect to the machine with:

ssh appdev@<retrievedIP>

The password for that account is 'appsec'. The account is part of the sudoers.

Tag summary

Content type

Image

Digest

Size

251.8 MB

Last updated

about 9 years ago

docker pull ldmbis/cyberseed17client