1
0
mirror of /repos/baseimage-docker.git synced 2026-06-25 13:50:50 +02:00
Commit Graph

226 Commits

Author SHA1 Message Date
OhCoder 2a9cccff16 update the paragraphs above the menu. 2015-05-20 22:19:05 +08:00
OhCoder e1848ec817 modify the exclamation mark 2015-05-20 21:15:24 +08:00
OhCoder a898aa51b9 modify the first paragraph 2015-05-20 21:13:14 +08:00
OhCoder cf48520dba remove the blank space between English words and Chinses words from the first paragraph 2015-05-20 21:09:44 +08:00
OhCoder 1ab802c396 add the *swp file in the .gitignore file 2015-05-20 21:04:37 +08:00
OhCoder b931dc5a47 remove *swp file 2015-05-20 21:03:01 +08:00
OhCoder 25f48b847d modify the first paragraph. 2015-05-20 21:02:09 +08:00
Hongli Lai c1c5e70dd5 Merge pull request #156 from zhaopengme/master
Add Chinese translation of the README
2015-01-20 10:49:23 +01:00
Hongli Lai (Phusion) ea56d35011 Update README 2015-01-16 14:29:19 +01:00
Hongli Lai (Phusion) e77d34aedf Clarify our stand point on running multiple processes and fat containers 2015-01-16 14:27:24 +01:00
mikey.zhaopeng c4385735af add the Chinese translation 2014-10-24 08:53:28 +08:00
Hongli Lai (Phusion) e54a443cca Fix setuid bit on /usr/bin/sudo, bump version to 0.9.15.
Closes GH-148.
2014-10-03 12:37:00 +02:00
Hongli Lai (Phusion) 4db83076bd Bump version to 0.9.14 2014-10-01 11:00:21 +02:00
Hongli Lai (Phusion) fc74a85e5d Update Changelog 2014-10-01 11:00:04 +02:00
Hongli Lai 04173bb162 Merge pull request #142 from andreamtp/patch-1
Update README.md
2014-09-20 14:47:39 +02:00
andreamtp 715a6eebde Update README.md
updated link to the Changelog of the master branch instead of nsenter
2014-09-20 14:42:09 +02:00
Hongli Lai (Phusion) 2d2c13b519 Note 0.9.13 release date 2014-08-22 18:10:34 +02:00
Hongli Lai (Phusion) 2135d2192e Update Changelog 2014-08-22 18:03:35 +02:00
Hongli Lai ae652517e8 Merge pull request #129 from kingdonb/master
syslog-ng.ctl left around after commit
2014-08-22 16:49:00 +02:00
Kingdon Barrett 212e080b58 syslog-ng.ctl left around after commit
For phusion/baseimage#128
2014-08-07 15:15:07 -04:00
Hongli Lai 97e256cc61 Merge pull request #124 from arkadijs/master
Correct typo
2014-08-04 15:06:34 +02:00
Arkadi Shishlov f0514872ea Correct typo 2014-08-04 14:51:28 +03:00
Hongli Lai (Phusion) 0de8640bac Change the docker_env group ID from 1000 to 8377. 2014-07-25 14:49:06 +02:00
Hongli Lai (Phusion) 5e5794c528 Bump version to 0.9.13 2014-07-25 14:38:01 +02:00
Hongli Lai (Phusion) 9be2ee2916 Fix my_init not properly exiting with a non-zero exit status when Ctrl-C is pressed. 2014-07-25 14:37:03 +02:00
Hongli Lai (Phusion) a0d4877272 When releasing, throw an error if the release date isn't noted in Changelog.md 2014-07-17 10:16:23 +02:00
Hongli Lai (Phusion) a06da035d0 Note 0.9.12 release date 2014-07-17 10:14:01 +02:00
Hongli Lai (Phusion) d55fa363bf Update changelog 2014-07-16 21:07:59 +02:00
Hongli Lai (Phusion) eb189e7864 Officially support nsenter 2014-07-16 21:07:49 +02:00
Hongli Lai (Phusion) 7fd667bc1f Update Changelog 2014-07-13 23:59:40 +02:00
Hongli Lai 5106ffd4b1 Merge pull request #105 from bubenkoff/patch-1
Allow X11 forwarding and remove invalid xauth location
2014-07-13 23:58:19 +02:00
Hongli Lai (Phusion) 3526928ad9 Update README 2014-07-13 23:09:52 +02:00
Hongli Lai (Phusion) 9cf192ca02 Fix mistake in changelog 2014-07-13 23:06:05 +02:00
Hongli Lai (Phusion) 25e8b1c535 Make docker-bash work on a regular sh shell instead of bash.
Closes GH-103.
2014-07-13 12:50:16 +02:00
Hongli Lai (Phusion) 2fa47a225b Update Readme 2014-07-13 01:31:14 +02:00
Hongli Lai (Phusion) b9d75d899d Fix documentation order 2014-07-13 01:12:04 +02:00
Hongli Lai (Phusion) 1f38e2226e Added a workaround for Docker's inability to modify /etc/hosts in the container.
See Docker bug 2267: https://github.com/dotcloud/docker/issues/2267
2014-07-13 00:49:05 +02:00
Hongli Lai (Phusion) 291b9aae02 Bump version to 0.9.12 2014-07-13 00:49:05 +02:00
Hongli Lai (Phusion) 75902437c9 Move scripts into bin directory 2014-07-13 00:49:04 +02:00
Hongli Lai 73d900dece Merge pull request #106 from mephi42/master
my_init: use stderr for all logs

Useful when you want to run tar within the container and pipe the archive to host.
2014-07-03 11:36:04 +02:00
mephi42 669435158f my_init: use stderr for all logs
Useful when you want to run tar within the container
and pipe the archive to host.
2014-07-02 19:12:42 -04:00
Anatoly Bubenkov a32cbb7808 remove explicit xauth location
Change allows to connect by ssh using X11 forwarding from linux host, otherwise you get
debug1: Remote: No xauth program; cannot forward with spoofing.
2014-07-02 16:04:37 +02:00
Hongli Lai 070245feb8 Merge pull request #97 from dgoujard/master
Update doc with more informations in ssh section
2014-06-24 17:07:46 +02:00
Hongli Lai (Phusion) f58282d4d3 Note release date 2014-06-24 16:40:22 +02:00
Hongli Lai (Phusion) e6258b37b5 Give credit to Brant Fitzsimmons 2014-06-24 16:39:56 +02:00
Hongli Lai 71ce2a6d9d Merge pull request #98 from bfitzsimmons/patch-1
Fixed typo.
2014-06-23 19:09:11 +02:00
Brant Fitzsimmons 08d5b93095 Fixed typo. 2014-06-23 12:56:26 -04:00
Damien Goujard 7d2bdfe67e Update doc with more informations in ssh section 2014-06-22 09:39:59 +02:00
Hongli Lai d0e63da07b Merge pull request #86 from imanel/patch-2
Don't write HOME env variable
2014-06-20 13:45:36 +02:00
Bernard Potocki 2beb0e253e Change break to continue 2014-06-20 12:38:17 +02:00