John Mulhausen
50de4479a1
Restructure navigation for Editions
2017-01-19 11:04:55 -08:00
Joao Fernandes
5008e56c7d
Update links to DTR
2017-01-12 15:37:07 -08:00
Joao Fernandes
f7a33dc833
Updates broken links for #1068
2017-01-12 11:54:21 -08:00
Victoria Bialas
50d083870c
update d4mac, d4win intros, add better feedback topics
...
copyedits
more copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-29 17:03:31 -08:00
Victoria Bialas
73ccbfe82d
fixed note formatting
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-29 12:48:37 -08:00
Victoria Bialas
f82c8aa86e
d4mac, d4win stable 1.12.5 and beta 34 updates
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-20 14:11:53 -08:00
Victoria Bialas
70101d0e08
clarify Docker for Mac OS requirements
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-19 18:07:31 -08:00
Victoria Bialas
552b1a1cea
added info on usage data options for beta vs. stable
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-16 18:25:50 -08:00
Victoria Bialas
41007f32de
d4mac, d4win finalize Beta 33, d4win Beta 32.1, and add to system reqmts
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
4226a616bd
more explanation of Linux volumes location, copyedits for URLs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
abd941b6a4
first draft d4mac, d4win Beta 33 docs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Adrien Duermael
94c80bece5
fixed absolute links ( #883 )
...
* fixed absolute links
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* forgot one link in opensource/kitematic/set_up_dev
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-14 14:10:46 -08:00
Victoria Bialas
b403026417
Merge pull request #664 from vonProteus/patch-1
...
fix link for bash-completion
2016-12-08 17:11:51 -08:00
Victoria Bialas
6099ddb1cd
Beta 32 docs updates to d4mac, d4win
...
corrected for messed up code block syntax in d4mac getting started
fixed heading levels in d4mac
updated code block style
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-07 13:54:16 -08:00
Victoria Bialas
444c798433
d4mac, d4win Beta 31 updates plus FAQ clarification on certs, registries
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-01 17:31:12 -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
Victoria Bialas
905ee05f57
d4mac, added warning re:plan to drop support for OS X 10.10.x
...
copyedit of macOS and OS X release names
updated system requirements to emphasize OS X 10.11 or newer is the real baseline
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-22 16:10:10 -08:00
John Mulhausen
03aec3b083
Merge pull request #655 from mischah/patch-1
...
Docs: Update versions of Docker, Compose, and Machine
2016-11-21 12:51:49 -08:00
Maciek
7b76682818
fix link for bash-completion
2016-11-20 21:12:51 +01:00
Michael Kühnel
491df30891
Update versions of Docker, Compose, and Machine
2016-11-19 19:51:46 +01:00
Roger Erens
fd6e83829d
Add `docker ps -a`
...
When one wants to remove an image no longer needed (as in the subsequent example w.r.t. nginx), but still used by a stopped container, one would not find that container using only `docker ps`. Introduction of `docker ps -a` seems warranted to me here.
2016-11-19 01:01:09 +01:00
Victoria Bialas
1249d35fca
added troubleshooting info about shared drives/files and volume mounting
...
added more changes
updated per Nathan's comments on properly documenting directories formats for all platforms
incorporated Daniel's review comments, and added a clarification re: users' dir
copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-16 11:02:04 -08:00
Gaetan
3544131970
fix type of keywords entry in frontmatter (in /docker-for-mac/ dir) ( #496 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:38:09 -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
Misty Stanley-Jones
397a734235
Fixed admonitions
2016-10-27 12:02:52 -07:00
Victoria Bialas
cbd51fd8d1
moved windows server 16, windows 10 notes under what to know before you install
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-27 09:06:39 -07:00
Victoria Bialas
eec53574d3
Update index.md
2016-10-26 17:53:40 -07:00
Victoria Bialas
7b04a910bc
Update index.md
2016-10-26 17:14:42 -07:00
John Mulhausen
3532550607
Update index.md
2016-10-19 10:39:49 -07:00
Robin Kim
c0c38cd990
Fix buggy markdown
...
Signed-off-by: Robin Kim <therobinkim@gmail.com>
2016-10-19 00:23:50 -05: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
Victoria Bialas
9eff1b20ea
Merge pull request #213 from londoncalling/fixes-and-more-examples
...
corrected docs around custom CA support beta v. stable
2016-10-14 14:59:19 -07:00
Victoria Bialas
8002e755b7
corrected docs around custom CA support beta v. stable
...
fixed link and format
copyedit per review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-14 14:50:32 -07:00
John Mulhausen
94fd1f1fcc
Update index.md
2016-10-14 13:09:20 -07:00
Victoria Bialas
432f9af1d3
fixing HTML on Kitematic, Mac, Windows, Toolbox docs for github.io rendering, plus copyedits
...
copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 11:18:17 -07:00
John Mulhausen
0133cb646d
Merge pull request #21 from pborreli/typos
...
Fixed typos
2016-09-30 11:51:42 -07:00
John Mulhausen
066b78bf86
Content rendering fixes
2016-09-30 01:51:56 -07:00
Pascal Borreli
6cd3fe8bd2
Fixed typos
2016-09-30 01:52:12 +01:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
5f5eb93dfa
Moved pinata imported docs to top level subdirectory
2016-09-29 12:11:53 -07:00
Misty Stanley-Jones
701f170a21
Move docker-hub docs to docker-hub subdirectory
2016-09-29 10:38:52 -07:00
Misty Stanley-Jones
52a1ad7609
Initial import of https://github.com/docker/pinata
2016-09-28 20:40:01 -07:00