1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00
Commit Graph

199 Commits

Author SHA1 Message Date
Hongli Lai (Phusion)
06e46b93cf Update README 2014-02-02 13:31:51 +01:00
Hongli Lai (Phusion)
b297ae8b42 Add table of contents to README. 2014-02-01 11:33:34 +01:00
Hongli Lai (Phusion)
017c6c22d5 Add a Changelog entry documenting the SSH host key change 2014-02-01 11:10:23 +01:00
Hongli Lai (Phusion)
74a4a9abf4 Note release date for 0.9.3 2014-02-01 11:08:39 +01:00
Hongli Lai (Phusion)
d2d1f713a4 Add forgotten file 2014-01-31 19:29:50 +01:00
Hongli Lai (Phusion)
4ee9947467 Correctly mount passenger-docker in Vagrantfile 2014-01-31 16:04:00 +01:00
Hongli Lai (Phusion)
abf75875a9 Do not save SSH host key in baseimage-docker. Instead, generate it automatically during boot. 2014-01-31 16:02:01 +01:00
Hongli Lai (Phusion)
d2b28d25a6 Bump version to 0.9.3 2014-01-31 15:46:59 +01:00
Hongli Lai (Phusion)
62859010cb Allow running scripts during startup. 2014-01-31 15:44:50 +01:00
Hongli Lai (Phusion)
2ac41ee8ab Fix compatibility with latest Ubuntu 12.04 base image. 2014-01-31 15:08:27 +01:00
Hongli Lai (Phusion)
4a3569a9cb Add license 2014-01-14 20:29:45 +01:00
Hongli Lai (Phusion)
8222745ad8 Fix typo in README 2014-01-09 23:21:40 +01:00
Hongli Lai (Phusion)
009ed4bd5e Release version 0.9.2 2013-12-11 21:56:29 +01:00
Hongli Lai
5a65631322 Merge pull request #2 from jorisvddonk/patch-1
Fixed SFTP not working
2013-12-06 05:14:35 -08:00
Joris van de Donk
0bcc88828e Fixed SFTP not working
sftp-server isn't located under `/usr/libexec/` (the directory doesn't exist). It's instead located at `/usr/lib/sftp-server`
2013-12-06 13:32:57 +01:00
Hongli Lai (Phusion)
67a9684f0a Fix typos in README 2013-11-20 15:52:18 +01:00
Hongli Lai (Phusion)
c7eb6e98e2 Revert "Document another reason why SSH access is important"
This reverts commit c51ba582e9.
2013-11-13 12:13:06 +01:00
Hongli Lai (Phusion)
c51ba582e9 Document another reason why SSH access is important 2013-11-13 11:42:21 +01:00
Hongli Lai (Phusion)
5293343735 Update README again 2013-11-13 01:04:53 +01:00
Hongli Lai (Phusion)
12e0c8f601 Update README again 2013-11-13 00:07:26 +01:00
Hongli Lai (Phusion)
22fc313d91 Make the description clearer to people who are not familiar with the problem domain 2013-11-12 23:58:05 +01:00
Hongli Lai (Phusion)
4156ab3393 Update README 2013-11-12 23:26:37 +01:00
Hongli Lai (Phusion)
243e2bf58d Update Changelog 2013-11-12 23:03:56 +01:00
Hongli Lai (Phusion)
c7f260d831 Document the consequences of letting processes be killed with SIGKILL 2013-11-12 23:01:37 +01:00
Hongli Lai (Phusion)
df4bfa3d53 Explain that our init process performs shutdown correctly 2013-11-12 22:54:57 +01:00
Hongli Lai (Phusion)
57715ea445 Bump version to 0.9.1 2013-11-12 22:41:39 +01:00
Hongli Lai (Phusion)
99306bcfcd Correctly handle Docker shutdown.
When a container is stopped with 'docker stop', SIGTERM is sent to the
init process. Unfortunately neither bash nor runit-init handle that correctly,
so we write our own init system in Python that also waits for all services to
shutdown.
2013-11-12 22:36:55 +01:00
Hongli Lai (Phusion)
7b4e2b6d77 Add another disadvantage 2013-11-12 22:36:51 +01:00
Hongli Lai (Phusion)
941ba8947e 'make release' should warn if main image not yet build 2013-11-12 17:55:35 +01:00
Hongli Lai (Phusion)
91907f043c Fix README 2013-11-12 15:44:53 +01:00
Hongli Lai (Phusion)
ae570445c6 Link to Docker registry 2013-11-12 13:20:40 +01:00
Hongli Lai (Phusion)
a208c5d1d7 Add SSH instructions 2013-11-12 13:18:07 +01:00
Hongli Lai (Phusion)
1aaf613cfa Reminder for git tag 2013-11-12 13:08:13 +01:00
Hongli Lai (Phusion)
9d994f8c21 Document changes 2013-11-12 13:06:49 +01:00
Hongli Lai (Phusion)
3d622ef6c8 Add a release command 2013-11-12 13:06:05 +01:00
Hongli Lai (Phusion)
fc32bf693d Fix README 2013-11-12 12:55:16 +01:00
Hongli Lai (Phusion)
c214fffe46 Add an excerpt about multiple processes 2013-11-12 12:54:42 +01:00
Hongli Lai (Phusion)
719993da92 Update README 2013-11-12 12:38:00 +01:00
Hongli Lai (Phusion)
0773820b7a Update README 2013-11-12 12:37:16 +01:00
Hongli Lai (Phusion)
16ccc1e40d Enable cron 2013-11-12 12:34:40 +01:00
Hongli Lai (Phusion)
c4b9fe56f8 Work on README 2013-11-12 12:19:12 +01:00
Hongli Lai (Phusion)
89d2f6eafe Work on README 2013-11-12 12:11:27 +01:00
Hongli Lai (Phusion)
214f59fbec Work on README 2013-11-12 12:06:13 +01:00
Hongli Lai (Phusion)
b55da4867b Work on README 2013-11-12 11:55:50 +01:00
Hongli Lai (Phusion)
76351ca5ba Work on README 2013-11-12 11:54:44 +01:00
Hongli Lai (Phusion)
2d959a0980 Work on README 2013-11-12 11:54:26 +01:00
Hongli Lai (Phusion)
cbc3313f78 Work on README 2013-11-12 11:53:14 +01:00
Hongli Lai (Phusion)
aee8c8368f Fix bugs, added README 2013-11-12 11:45:39 +01:00
Hongli Lai (Phusion)
9661f84da9 Initial commit 2013-11-12 11:39:25 +01:00