Sign inSign up

ocaorg/moodle-shell

By ocaorg

Updated about 8 years ago

sshd + Git client for administering Moodle

Image
0

1.5K

ocaorg/moodle-shell repository overview

SSH Server

Docker container for running OpenSSH server. Can be used in combination with sshuttle for creating a secure network connection to a Docker cluster. This version includes Git for updating Moodle.

Running

It simply needs to be run with port 22 open.

docker run -d --name ssh-server -p 22 corbinu/ssh-server

It only takes key auth so you can either copy your public key:

cat ~/.ssh/id_rsa.pub | docker exec -i ssh-server /bin/bash -c "cat >> /root/.ssh/authorized_keys"

Or you can build a private image based on this one and add the key within your Dockerfile.

Tag summary

Content type

Image

Digest

Size

118.1 MB

Last updated

about 8 years ago

docker pull ocaorg/moodle-shell