Hongli Lai (Phusion)
f8c4992d03
Touch README.md to refresh imagelayers.io image
2015-07-15 22:14:36 +02:00
Enderson Maia
9adbd423d0
Made services installation optional during build
...
You can user `ENV` directive in Dockerfile to disable the installation
for some services or change `image/buildconfig`.
The flags are :
DISABLE_SSHD
DISABLE_CRON
DISABLE_SYSLOG
2015-07-15 15:03:33 -03:00
Enderson Tadeu S. Maia
6b09bb736f
Provide information about image size
2015-07-15 11:20:49 -03:00
Hongli Lai (Phusion)
afb0835328
Add OS upgrade instructions
2015-07-15 15:46:03 +02:00
Daniel Knoppel (Phusion)
d04ad47930
Avoid suggesting that there should be a comment line before the shebang.
2015-05-20 09:44:52 +02:00
Hongli Lai (Phusion)
5eeb176bd0
No longer recommend setting 'ENV HOME' in Dockerfile
...
This is because https://github.com/docker/docker/issues/2968 has been fixed.
2015-01-26 17:15:49 +01:00
Olivier Adam
795f12a554
Update README.md
2015-01-23 17:18:35 +01:00
Hongli Lai (Phusion)
4f52a9c6a4
Link to the PID 1 problem article
2015-01-20 13:23:53 +01:00
Hongli Lai (Phusion)
d85b76dfd9
Update URLs in the README, add translation note
2015-01-20 10:52:48 +01:00
Hongli Lai (Phusion)
6e55e3d515
Redirect syslog to 'docker logs' and fix cron
...
Closes GH-123. Closes GH-115.
2015-01-19 18:07:15 +01:00
Hongli Lai (Phusion)
2640bc7b03
Make 'docker exec' the default and disable SSH by default
...
Closes GH-168.
2015-01-19 16:40:17 +01:00
Hongli Lai (Phusion)
a0a48d8fd3
Merge branch 'remove_etc_hosts_workaround' into next
2015-01-19 16:01:53 +01:00
Hongli Lai (Phusion)
19c2df66b3
Remove workaround for Docker bug #2267 now that Docker has fixed this
...
Closes GH-155.
2015-01-16 16:50:39 +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
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
Arkadi Shishlov
f0514872ea
Correct typo
2014-08-04 14:51:28 +03:00
Hongli Lai (Phusion)
eb189e7864
Officially support nsenter
2014-07-16 21:07:49 +02:00
Hongli Lai (Phusion)
3526928ad9
Update README
2014-07-13 23:09:52 +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
070245feb8
Merge pull request #97 from dgoujard/master
...
Update doc with more informations in ssh section
2014-06-24 17:07:46 +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 (Phusion)
0302713554
Update documentation
2014-06-20 11:33:10 +02:00
Hongli Lai
7ac6795aa5
Merge pull request #84 from imanel/patch-1
...
Preserve ENV variables for SSH client
2014-06-20 11:28:27 +02:00
Bernard Potocki
b9d788611a
Update readme
2014-06-18 17:13:44 +02:00
Hongli Lai (Phusion)
ba1e1ffbf5
Fix an anchor in the README
2014-06-17 17:41:20 +02:00
Hongli Lai (Phusion)
0b468fb61b
Introduce the docker-bash tool.
...
This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash <CONTAINER_ID>`.
2014-06-17 17:40:34 +02:00
Christoffer Sawicki
f445cafe03
Use Go template instead of grep to extract container IP address
2014-06-16 14:20:46 +02:00
Hongli Lai (Phusion)
03adf9b696
Document the new environment variable newline handling in my_init
2014-05-12 10:32:18 +02:00
Hongli Lai (Phusion)
51748c3b1d
Update the README to say that we're on Ubuntu 14.04 now.
2014-05-12 10:24:52 +02:00
Matt Jaynes
2ba32b6172
Use '--rm' instead of '-rm', which was deprecated in Docker 0.9
2014-04-08 15:36:36 -06:00
Laurent Sarrazin
b749352f1e
Fix a typo
2014-03-12 23:27:50 +01:00
Felix Hummel
5b1b6e8364
rw is enough for the insecure_key
2014-03-11 13:15:59 +01:00
Hongli Lai (Phusion)
ec719ad255
Small documentation updates regarding environment variables
2014-02-25 13:37:55 +01:00
Hongli Lai (Phusion)
300adc0bf2
Store environment variables in a file, and allow init scripts to change environment variables.
...
Closes GH-23.
2014-02-25 12:47:02 +01:00
Hongli Lai (Phusion)
87698aa223
Added the logrotate service. Fixes GH-22.
2014-02-25 11:18:25 +01:00
Hongli Lai (Phusion)
8cf30f326e
Change the documented way to start a shell: run bash through my_init
2014-02-25 11:09:56 +01:00
Hongli Lai (Phusion)
5e9f60b0ea
Update documentation regarding the insecure key.
2014-02-25 10:45:55 +01:00
Thomas LÉVEIL
bf35ff2bf1
allow to install the insecure key with the new --enable-insecure-key option
...
fix #16
2014-02-22 16:30:08 +01:00
Thomas LÉVEIL
3eec5201da
Update README.md
...
to add the download link to the insecure private key in the PuTTY format
2014-02-21 01:10:21 +01:00
Hongli Lai (Phusion)
3125ec683b
Add instructions regarding disabling SSH.
2014-02-20 13:43:03 +01:00
Hongli Lai (Phusion)
829d753a88
Fix typos in the insecure key documentation
2014-02-19 17:15:48 +01:00
Tomer Cohen
a131b126f5
Fix link [reap them] in README.md
2014-02-19 12:10:17 +02:00
Hongli Lai (Phusion)
b6dac86e04
Improve the init system: support skipping startup files and running a custom main command
2014-02-15 12:11:48 +01:00
Hongli Lai (Phusion)
37cd856425
Disable the insecure SSH key by default
2014-02-06 13:40:27 +01:00
Hongli Lai (Phusion)
4ab0625de0
Update README
2014-02-06 12:36:06 +01:00
Hongli Lai (Phusion)
f0fbe3ffc8
Use setuser instead of chpst in the memcached example for consistency. Closes GH-8
2014-02-06 12:31:07 +01:00