1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Work on README

This commit is contained in:
Hongli Lai (Phusion) 2013-11-12 12:19:12 +01:00
parent 89d2f6eafe
commit c4b9fe56f8
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332

View File

@ -27,6 +27,7 @@ Why use baseimage-docker instead of doing everything yourself in Dockerfile?
| syslog-ng | A syslog daemon is necessary so that many services - including the kernel itself - can correctly log to /var/log/syslog. If no syslog daemon is running, a lot of important messages are silently swallowed. <br><br>Only listens locally. |
| ssh server | Allows you to easily login to your container to inspect or administer things. <br><br>Password and challenge-response authentication are disabled by default. Only key authentication is allowed.<br>It allows an predefined key by default to make debugging easy. You should replace this ASAP. See instructions. |
| [runit](http://smarden.org/runit/) | 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. |
| `setuser` | A tool for running a command as another user. Easier to use than `su`, has a smaller attack vector than `sudo`, and unlike `chpst` this tool sets `$HOME` correctly. Available as `/sbin/setuser`. |
## Using baseimage-docker as base image