operasoftware / ssh-key-authority

A tool for managing SSH key access to any number of servers.
Apache License 2.0
456 stars 67 forks source link

Docker #38

Closed mettke closed 4 years ago

mettke commented 5 years ago

This patch provides a docker container using the alpine image.

It does not contain a full version (httpd, mariadb, mail server), but instead only deals with the php part. It is necessary to add a mail, httpd and db container as described in the example docker-compose.yml.

Note: The Dockerfile does not work as long as the required PR is not merged!

Requires: #37 Resolve: #29