Commit Graph

53 Commits

Author SHA1 Message Date
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Tianon Gravi b21d168a20 Run update.sh 2015-02-10 13:21:13 -07:00
Stuart P. Bentley 561ef9619a Replace `$(pwd)` with `$PWD` 2015-02-04 20:06:32 +00:00
Tianon Gravi 382f88eee1 Run update.sh 2015-01-26 17:39:00 -07:00
Tianon Gravi 31b58e6709 Run update.sh golang 2015-01-16 13:57:20 -07:00
Tianon Gravi 6994ee7c61 Run update.sh 2014-12-16 14:10:48 -07:00
Tianon Gravi 4a3983ce58 Run update.sh 2014-12-15 12:34:11 -07:00
Joe Ferguson 71d87abbee Run update.sh, add r-base user-feedback override 2014-12-02 14:19:27 -08:00
Tianon Gravi d99b90979a Run update.sh 2014-12-01 10:09:05 -07:00
Joe Ferguson 6d07e9a8ce Get rid of .keep files since we have stuff in the folders 2014-11-25 13:25:35 -08:00
Tianon Gravi 6ba8b01acb Fix a number of "too-specific" versions 2014-11-24 23:54:19 -07:00
Tianon Gravi 901c69aad0 Run update.sh 2014-11-24 23:53:58 -07:00
yosifkit ef66c422f7 Merge pull request #77 from pmcgrath/Issue24
Fixed two issues in the 'Start a Go instance in your app' section
2014-10-27 13:15:52 -07:00
Tianon Gravi fbddfc0198 Convert newlines to Unix (and end all content files with a single newline) 2014-10-23 14:02:55 -06:00
pmcgrath 186aaa9f73 Added extra qualification regarding when running the image with no arguments 2014-10-22 23:36:52 +01:00
pmcgrath bd44be5fbd Revert "Restored the CMD instruction to the Dockerfile and removed the CMD instruction explanation, this is a bit of a simplification but is a simplier explanation for a newbie"
This reverts commit 9e53ea71fa.
2014-10-20 21:21:40 +01:00
pmcgrath 9e53ea71fa Restored the CMD instruction to the Dockerfile and removed the CMD instruction explanation, this is a bit of a simplification but is a simplier explanation for a newbie 2014-10-19 12:24:53 +01:00
pmcgrath 78f95032a1 Restored comma as suggested by the code style guide, thanks tianan 2014-10-19 12:08:58 +01:00
pmcgrath 459625e038 Restored comma as suggested by the code style guide, thanks tianan 2014-10-19 12:05:00 +01:00
pmcgrath da75635e26 Fixed two issues in the 'Start a Go instance in your app' section and added some content on the CMD instruction. Issue 24 @ https://github.com/docker-library/golang 2014-10-17 23:50:40 +01:00
Tianon Gravi b99c182504 Add a sentence with a link to the manifest file for reach repo 2014-10-16 15:28:31 -06:00
Joe Ferguson b813491e9e Run update.sh 2014-10-10 15:25:05 -06:00
Tianon Gravi 9fe3060efa Run ./update.sh (just for golang) 2014-10-02 16:28:14 -06:00
Joe Ferguson d3b12fd019 Run update.sh, new tags for redis & golang 2014-10-01 15:22:00 -06:00
Tianon Gravi ba25e31ac5 Run `./update.sh` 2014-09-29 11:47:52 -06:00
Tianon Gravi b6743d37a2 Run `update.sh` 2014-09-26 17:40:15 -06:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00
Tianon Gravi a5a4647f3c Run update.sh 2014-09-22 17:52:14 -06:00
Tianon Gravi 17fbc4c986 Add license support to REAMDE-template.md and update.sh 2014-09-17 23:21:59 -06:00
Fred Lifton beb82636bb Adds license.md 2014-09-16 18:28:50 -07:00
Tianon Gravi acb7edfd20 Update "Tags" section to be labelled "Supported tags" instead, to make it clear that this isn't the full list of tags, but is instead the list of tags that are currently supported for active usage 2014-09-15 17:29:16 -06:00
Tianon Gravi c2de625a0e Run ./update.sh 2014-09-15 10:49:57 -06:00
Tianon Gravi e2416c1ee3 Reflow all the language stack `README-content.md` files to 80 columns and incorporate Fred's changes
This also includes Fred's updates to the `README-short.txt` files, and a bunch of very minor changes for consistency (using "PHP" instead of "php", ending sentences that describe and lead into a code block with a ":", using "Go" instead of "Golang" and "Hy" instead of "Hylang" within prose, not using periods at the end of headlines, etc).

A really fun one included here is that Java mentioned both using GNU Make inside the container (and `java` doesn't include `make` presently), and some of the prose mentioned `go build` after we ran `javac`, which was extra neat.
2014-09-13 17:33:55 -06:00
Joe Ferguson 6b0f30f067 Apply the footer update from fred 2014-09-11 14:56:23 -06:00
Tianon Gravi 5b39da7878 Update "Tags and `Dockerfile` links" formatting to be easier to read and scan quickly 2014-09-09 15:55:31 -06:00
Tianon Gravi 9f7f54ecdb Add generated tags and Dockerfile links to the README.md files 2014-09-09 15:38:58 -06:00
Moghedrin 95fea3694b Quoted all instances of pwd and generated docs 2014-09-08 17:28:53 -06:00
Tianon Gravi 82aa382614 Add golang:cross directions 2014-09-05 17:17:39 -06:00
Tianon Gravi 4781aa31be Update the other golang README to match 2014-09-05 17:10:08 -06:00
Tianon Gravi 2fdb897700 Fix the golang link in the proper file, properly 2014-09-05 17:09:44 -06:00
Joe Ferguson 55863e9cbc bug fix 2014-09-05 17:07:54 -06:00
Moghedrin 6cb4113f09 Added minor spelling fix and tags to Dockerfile examples. 2014-09-05 16:48:03 -06:00
Moghedrin dc00376c80 Resolve merge issue 2014-09-05 13:57:36 -06:00
Moghedrin 1561546c56 Minor fixes to several readmes, and fixed ruby readme to be consistent with the other scripting languages. 2014-09-05 13:55:36 -06:00
Moghedrin 571b4bae20 Applied minor fixes to readme of golang and gcc 2014-09-05 11:10:24 -06:00
Joe Ferguson 69d341da4f Extra short footer about issues and contrib 2014-09-04 16:15:00 -06:00
Joe Ferguson 73663c0fb0 Shorter footer for issues and contrib 2014-09-03 14:21:41 -06:00
Moghedrin 42fcd0595c Added documentation for basic golang usage. 2014-08-25 14:55:49 -06:00
Moghedrin 0bfa713d79 Added basic documentation for the go container. More advanced usage to come. 2014-08-22 09:44:33 -06:00