Bill
a3a7ae1e0b
replaced docker/docker with moby/moby ( #2879 )
...
* replaced docker/docker with moby/moby
* fixed incorrect name changes in release notes
* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
John Harris
f4376652ea
Fix and clarify development container instructions ( #2877 )
2017-04-19 17:00:04 -05:00
Jarrod Pooler
b656513b9f
add system prune instructions ( #2918 )
2017-04-19 14:42:57 -05:00
Scott Eppler
b05b346386
Update Task2, Step1 in 'set-up-dev-env.md' ( #2863 )
...
* Update Task2, Step1 in 'set-up-dev-env.md'
Originally the step mentioned Mac in general but the step is actually just for Docker Toolbox users.
* Fix Docker Toolbox link
Link was using HTML-style link and has now been updated to use Markdown-style.
* Fix Docker Toolbox link address
2017-04-19 13:25:11 -05:00
Luis Valdés
071f4ba487
Grammar and formatting check ( #2797 )
...
* Wrong article
If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a.
* Making the text bold
Removing backticks because probably the text needs to be bold and not marked as code.
2017-04-16 17:00:05 -07:00
John Mulhausen
add2f680e8
Default highlight.js off, dockerfile > conf highlighting, pygments ( #2757 )
...
* Default highlight.js off, dockerfile > conf highlighting, pygments
* Address feedback, style changes, markdownify reductions
* Getting rid of more markdownify
* Fix for right-hand nav spacing
2017-04-13 17:10:29 -07:00
Aditya Dhulipala
6f2951ff23
Minor grammatical correction ( #2601 )
2017-04-03 15:27:38 -07:00
Misty Stanley-Jones
669b51a889
Fix broken links ( #2521 )
2017-03-28 16:42:44 -07:00
Joao Fernandes
7b90ef4bdc
Fix spelling errors ( #2409 )
2017-03-21 11:49:07 -07:00
Wang Jie
15f1780cfb
Update test-and-docs.md ( #2293 )
...
Add a missing space and delete extra spaces.
2017-03-14 02:02:07 -07:00
Wang Jie
b035953c9e
Update test-and-docs.md ( #1987 )
2017-02-27 22:37:27 -08:00
Wang Jie
778400df19
Update test-and-docs.md ( #1989 )
2017-02-27 13:09:13 -08:00
Wang Jie
1fc4c36b94
Update test-and-docs.md ( #1988 )
...
Apply code style to "hack/make.sh".
2017-02-27 13:07:06 -08:00
krasi-georgiev
644b77ee68
add an usefull shothand command to automate testing code changes ( #1434 )
...
* add a useful shorthand command to automate some manual steps when testing code changes
Signed-off-by: Krasi Georgiev <krasi@vip-consult.solutions>
2017-02-03 11:40:15 -08:00
Peter Dave Hello
5919563eb8
Lossless Image optimization ( #959 )
...
* re-compress jpg images losslessly using jpegoptim
* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
Adrien Duermael
103976a9eb
fixed some urls in /opensource ( #830 )
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-08 11:46:54 -08:00
John Mulhausen
e44ca4b758
Fix merge conflicts
2016-11-28 14:22:14 -08:00
John Mulhausen
74523ae57d
Metadata fix
2016-11-28 14:17:31 -08:00
Misty Stanley-Jones
756f4d974c
Fix some doubled words
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 11:32:17 -08:00
Gaetan
06e2875742
fix type of keywords entry in frontmatter (in /opensource/) ( #516 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:58:22 -08:00
Michael Friis
faf0d1d500
fix whitespace
2016-11-07 15:48:36 -08:00
Michael Friis
32404602b7
move title to metadata
2016-11-07 15:48:03 -08:00
Michael Friis
8661b1de1a
simplify Windows development guide
...
Signed-off-by: Michael Friis <friism@gmail.com>
2016-11-07 15:44:16 -08:00
Misty Stanley-Jones
eb5c8670bc
Change instances of alias: to redirect_from:
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -07:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones
1a193d749b
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
...
This reverts commit 13ddc1350e
, reversing
changes made to 7a11f05943
.
2016-11-04 13:33:29 -07:00
Gaetan
8bb4d6226a
fix more frontmatter keywords values ( #439 )
...
* fix format of frontmatter keyword entry in some .md files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Adrien Duermael
8fa5f3a5de
absolute links to docs.docker.com are now relative links
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-01 17:01:41 -07:00
John Mulhausen
d136af24af
Formatting fix
2016-10-25 12:00:54 -07:00
John Mulhausen
36a7eba4c5
Formatting fixes
2016-10-25 11:53:51 -07:00
John Mulhausen
1a9f1fdc34
Update who-written-for.md
2016-10-24 19:01:02 -07:00
Joseph Rothrock
ca7cc3a481
Fix typo in set-up-dev-env.md
...
To mount the local Docker repository source into the Docker container, the developer needs to set an environment variable called BIND_DIR, not BIN_DIR.
2016-10-20 16:11:01 -07:00
Troy Connor
693e0a9681
[set-up-dev-env]Added command make BIN_DIR=. shell along with instructions to copy binaries
2016-10-19 12:52:09 -04:00
John Mulhausen
f8776699de
Merge pull request #223 from danix800/fix-typos
...
Fix typos.
2016-10-18 16:31:21 -07:00
John Mulhausen
371be6dacf
Update set-up-git.md
2016-10-18 16:29:57 -07:00
John Mulhausen
dd3f0a4b50
Update test-and-docs.md
2016-10-18 16:26:43 -07:00
John Mulhausen
4ba9fde757
Update test-and-docs.md
2016-10-18 16:18:40 -07:00
Misty Stanley-Jones
01910ab6d9
Update branding for macOS
...
Apple has changed their branding guidelines from 'OS X' to 'macOS'
so we should update ours to be within trademark / branding
guidelines. See http://www.apple.com/macos/sierra/
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-18 09:21:09 -07:00
Ding Fei
bab82e94f6
Fix typos and updated a few links, some sentences.
...
Signed-off-by: Ding Fei <dingfei@stars.org.cn>
2016-10-18 17:04:10 +08:00
LRubin
38e4b2d802
actually fix broken gates this time
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-13 18:59:19 -07:00
Victoria Bialas
88d46533fb
Merge pull request #91 from samwagg/update-devenv-doc
...
update attach.go filepath and code snippet
2016-10-13 12:22:47 -07:00
LRubin
4f54a1233e
fix code gates
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-13 11:31:09 -07:00
Misty Stanley-Jones
7e032b031f
Update the contribution guide for new docs processes
2016-10-12 14:16:46 -07:00
Sam Waggoner
0e9881933b
update attach.go filepath and code snippet
...
Signed-off-by: Sam Waggoner <samwagg0583@gmail.com>
2016-10-05 20:48:49 -07:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00