From e9c10422cf386fec0234c0aff9f6222b911f345e Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 20 Feb 2014 13:45:59 +0100 Subject: [PATCH] Add instructions regarding disabling SSH. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index f92ef6a..17845fa 100644 --- a/index.html +++ b/index.html @@ -238,6 +238,7 @@ CMD ["/my_app/start.sh"]
SSH server

Allows you to easily login to your container to inspect or administer things.

Password and challenge-response authentication are disabled by default. Only key authentication is allowed.

+

In some cases, running the SSH daemon is not desirable. The SSH daemon can be easily disabled if you so wish.

runit

Used for service supervision and management. Much easier to use than SysV init and supports restarting daemons when they crash. Much easier to use and more lightweight than Upstart.

@@ -307,6 +308,7 @@ ADD memcached.sh /etc/service/memcached/run

Having problems? Want to participate in development? Please post a message at the discussion forum.