Mike Dillon
9f422ae85d
More markdownfmt appeasement
2015-08-29 17:10:00 -07:00
Mike Dillon
d74ff5c8de
Adjust example Dockerfile for adding new modules
2015-08-29 17:03:52 -07:00
Mike Dillon
dc2529328c
Appease markdownfmt
2015-08-29 17:03:06 -07:00
Greg Wilkins
bbf3755ea5
Corrections from feedback from @md5
2015-08-29 18:14:35 +10:00
Greg Wilkins
48884d3e85
Updated documentation for recent jetty image changes
2015-08-28 15:40:12 +10:00
Docker Library Bot
30aacfeb0b
Run update.sh
2015-08-27 12:13:31 -07:00
Docker Library Bot
617ca9a33e
Run update.sh
2015-08-27 10:13:40 -07:00
Docker Library Bot
7146320b44
Run update.sh
2015-08-26 14:04:47 -07:00
Docker Library Bot
8b77220c76
Run update.sh
2015-08-26 13:04:24 -07:00
Talon James Bowler
bab7bba044
Merge pull request #319 from appropriate/postgres-psql-user
...
Expand documentation of postgres initdb logic
2015-08-26 13:26:52 -06:00
Docker Library Bot
365a1cf284
Run update.sh
2015-08-26 12:05:15 -07:00
Tianon Gravi
f8d7508376
Merge pull request #304 from davidcurrie/master
...
Document new websphere-liberty images
2015-08-26 11:12:09 -07:00
Docker Library Bot
d0170ec769
Run update.sh
2015-08-26 11:04:52 -07:00
Docker Library Bot
2042486015
Run update.sh
2015-08-26 10:14:40 -07:00
yosifkit
3d50031a36
Merge pull request #325 from JacerOmri/patch-2
...
Fixed typo in db-filter config
2015-08-26 09:13:37 -07:00
Jacer OMRI
4ad7490c10
Fixed typo in db-filter config
...
moved from https://github.com/docker-library/docs/pull/324
2015-08-26 10:56:06 +01:00
Docker Library Bot
163d5b119e
Run update.sh
2015-08-25 15:13:21 -07:00
Docker Library Bot
4be971bae6
Run update.sh
2015-08-25 12:04:35 -07:00
David Currie
b073300e51
Add fenced code block for first example
2015-08-25 09:11:29 +01:00
Docker Library Bot
b6ad903a2e
Run update.sh
2015-08-24 17:04:29 -07:00
Docker Library Bot
929fcfde3b
Run update.sh
2015-08-24 15:12:53 -07:00
David Currie
ce7111cffe
Document new websphere-liberty images
2015-08-24 21:12:17 +01:00
Docker Library Bot
f8aac4c045
Run update.sh
2015-08-24 13:04:21 -07:00
Docker Library Bot
12a1fab814
Run update.sh
2015-08-24 12:04:15 -07:00
Tianon Gravi
5f5352658f
Merge pull request #320 from nats-io/master
...
Shortened and fixed conf flag
2015-08-24 11:19:12 -07:00
Tianon Gravi
4503b52bf2
Merge pull request #322 from josegonzalez/patch-1
...
Fix command for running custom storageEngine on mongodb
2015-08-24 11:12:29 -07:00
Jose Diaz-Gonzalez
07045974ea
Fix command for running custom storageEngine on mongodb
2015-08-24 13:06:20 -04:00
Docker Library Bot
fe94448046
Run update.sh
2015-08-24 10:05:30 -07:00
Docker Library Bot
c3a549ca71
Run update.sh
2015-08-24 09:13:30 -07:00
Derek Collison
71178cfea5
Shortened and fixed conf flag
2015-08-23 15:16:18 -07:00
Mike Dillon
4106a4c4f5
Break up the paragraphs in initdb explanation
2015-08-21 23:23:13 -07:00
Mike Dillon
0c80030b44
Expand documentation of postgres initdb logic
...
* Explain the execution order of initdb extension files
* Document that *.sql scripts are run as $POSTGRES_USER
* Recommend running psql commands inside *.sh scripts as $POSTGRES_USER
2015-08-21 23:17:18 -07:00
Docker Library Bot
bafa549c96
Run update.sh
2015-08-21 15:12:49 -07:00
Docker Library Bot
83622527d7
Run update.sh
2015-08-21 14:05:06 -07:00
yosifkit
f288034c6f
Merge pull request #318 from infosiftr/docker
...
Add initial docker docs
2015-08-21 13:54:59 -07:00
Tianon Gravi
c350af05d3
Add initial docker docs
2015-08-21 12:49:21 -07:00
Docker Library Bot
a6bb36aba0
Run update.sh
2015-08-21 10:12:54 -07:00
Docker Library Bot
94a5d2aa87
Run update.sh
2015-08-20 17:11:01 -07:00
Docker Library Bot
5782c16030
Run update.sh
2015-08-20 15:12:12 -07:00
Docker Library Bot
136f7a1a01
Run update.sh
2015-08-20 14:11:48 -07:00
Docker Library Bot
731707e372
Run update.sh
2015-08-20 13:11:46 -07:00
Docker Library Bot
559e867ab8
Run update.sh
2015-08-19 18:03:00 -07:00
Docker Library Bot
b288b24aca
Run update.sh
2015-08-19 14:10:59 -07:00
Docker Library Bot
8c670883a0
Run update.sh
2015-08-19 13:10:24 -07:00
Docker Library Bot
7fee38553e
Run update.sh
2015-08-17 12:10:09 -07:00
Docker Library Bot
cda93823f1
Run update.sh
2015-08-17 10:10:18 -07:00
Docker Library Bot
19b6138376
Run update.sh
2015-08-14 10:07:38 -07:00
yosifkit
6ed6ebe8f4
Merge pull request #312 from bascht/patch-1
...
[php] Fix php.ini COPY Documentation
2015-08-14 09:35:36 -07:00
Bascht
3309d1f409
[php] Fix php.ini COPY Documentation
...
Apparently COPY will expect a full target path nowadays:
```
Step 0 : FROM php:5.6-apache
---> 86db229ab259
Step 1 : COPY config/php.ini /usr/local/etc/php
stat /var/lib/docker/devicemapper/mnt/cb571a2599018afc008c08a509d201d4937eed74a22621efa94e3ef32bebc869/rootfs/usr/local/etc/php/php.ini: not a directory
```
2015-08-14 08:33:55 +02:00
Docker Library Bot
2c4f5fa22b
Run update.sh
2015-08-13 16:07:12 -07:00