1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
romantic668
ce5038b2a7 Update README.md
Hi, I am doing a technical writing project. It is good practice to keep the writing concise. For example, I removed ...supposed to... Though it may lead to loss in meaning, readers will benefit from this concision. Hope it helps
2017-03-21 02:20:17 -07:00
Travis Rowland
c1d2b4bad8 Update README.md
Adding travis-ci badge to README.md
2017-03-21 01:49:54 -07:00
Travis Rowland
7e02e426e5 Update README.md regarding ignored env vars.
Closes #119
2017-03-20 20:59:39 -07:00
Travis Rowland
5205fa04f7 Updating README.md Fixes #228 2017-03-20 20:48:24 -07:00
Travis Rowland
5cc60221e6 Document selection of syslog-ng over rsyslog
Fixes #114
2017-03-19 01:57:18 -07:00
Travis Rowland
d8a7ca7a4d Merge branch 'next' into patch-2 2017-03-19 01:29:24 -07:00
Travis Rowland
67a0c6d121 Merge branch 'next' into patch-1 2017-03-19 01:25:43 -07:00
Travis Rowland
116cf0e2dd Merge pull request #209 from pbecotte/master
Add instructions for enabling sshd on the fly without permanently enabli...
2017-03-19 00:26:28 -07:00
Travis Rowland
241c41e093 Merge pull request #203 from UnrealQuester/copy
Use COPY instead of ADD
2017-03-19 00:21:29 -07:00
Jens Diemer
4e80b8540a RUN chmod +x 2016-11-29 12:18:43 +01:00
Jens Diemer
9920d9d834 RUN chmod +x /etc/service/memcached/run is needed.
otherwise i get the error:
```
fatal: unable to start ./run: access denied
```
2016-11-29 12:05:34 +01:00
Hongli Lai (Phusion)
ce8fc04b74 Add marketing blurb as suggested by GH-298 2016-07-08 20:25:11 +02:00
Hongli Lai (Phusion)
a81f293bfb Update Ubuntu version mentions in READMEs 2016-07-08 18:42:03 +02:00
Alexander Buddenbrock
17eadef537 Use COPY instead of ADD
While COPY and ADD are essentially interchangeable here, it is still
considered good practice to use COPY whenever possible. From the docker
docks on best practices:

"Although ADD and COPY are functionally similar, generally speaking,
COPY is preferred. That’s because it’s more transparent than ADD.
[...] For other items (files, directories) that do not require ADD’s tar
auto-extraction capability, you should always use COPY."

Additionally, ADD commands were not cached prior to 0.7.3 (which was
released on 2013-01-02).
2015-12-14 21:34:23 +01:00
Enderson Maia
d3f2382c73 Fix README changed on PR-182
There no point in changing the build process of an image based on this
baseimage, since the services would be already installed (or note) on
the original image. The point for optional services installation is
just useful when build your own image based on this baseimage source
repository, change the `image/buildconfig` file.
2015-07-15 17:34:35 -03:00
Hongli Lai (Phusion)
bbc639b372 Update imagelayers.io image: show size for 0.9.17 2015-07-15 22:17:08 +02:00
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
Paul Becotte
45c57234d7 Add instructions for enabling sshd on the fly without permanently enabling it in the dockerfile to the README 2015-04-02 11:36:39 -04: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