Commit Graph

24 Commits

Author SHA1 Message Date
Misty Stanley-Jones e3a3145cd9 Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00
Misty Stanley-Jones 6db55381ef Merge pull request #1032 from josephmosby/patch-1
Updating dockervolumes.md for Windows mounting
2017-01-18 15:54:59 -08:00
Josue Zarzosa a577949194 Remove reference to legacy container links (#1057) 2017-01-12 18:11:04 -08:00
Joseph Mosby b7acfed1b6 Updating dockervolumes.md for Windows mounting
The code snippet for mounting Windows directories won't work: it will produce an "Invalid bind mount spec" error as Docker cannot properly read the path. The core error was addressed in [#12590](https://github.com/docker/docker/issues/12590#issuecomment-96767796), this is just an update to the tutorial.
2017-01-04 18:30:54 -05:00
Misty Stanley-Jones 7183279abb Merge pull request #476 from alexisbellido/master
Clarify the fact that VOLUME does not support host-dir
2016-12-19 13:49:28 -08:00
John Mulhausen 5fc8dc4a02 Fixes #875 2016-12-13 15:39:16 -08:00
Alexis Bellido 8a7af7a037 move note about VOLUME and host-dir to existing note 2016-12-11 11:23:44 -05:00
Sebastiaan van Stijn 951b19a398 Merge pull request #627 from docker/325_volume_create_opt_syntax
Fix syntax for passing options to `volume create`
2016-11-29 17:03:29 +01:00
Misty Stanley-Jones a4b2357e14 Clarification about flocker driver (#626)
* Clarification about flocker driver

Fixes #324
2016-11-23 15:42:34 -08:00
Misty Stanley-Jones 13dc8451cf Fix syntax for passing options to `volume create` 2016-11-17 11:38:47 -08:00
Gaetan a5e01e1844 fix type of keywords entry in frontmatter (in /engine/) (#552)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
Alexis Bellido b01714f7f5 Clarify the fact that VOLUME does not support host-dir 2016-11-06 12:03:49 -05: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
Misty Stanley-Jones cdaef772f8 Merge pull request #125 from sicwolf/patch-1
Wrong destination folder in container
2016-10-19 14:50:31 -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
milindchawre 9ce069647a Fixes #26818 : Removing bad reference in docker volumes tutorial
Signed-off-by: milindchawre <milindchawre@gmail.com>
2016-10-17 11:54:32 +00:00
Water Wang 96eec5a7b9 Update dockervolumes.md - Changed all wrong /opt/webapp
Changed all wrong /opt/webapp as /webapp

/opt/webapp of web container includes app.py, if set destination folder as /opt/webapp, app.py is not visible and below error log presents and the web container will exit, so it's better to set the destination folder as /webapp.

docker logs -f web
python: can't open file 'app.py': [Errno 2] No such file or directory
2016-10-11 09:54:25 +08:00
sicwolf 539f8aa082 Wrong destination folder in container
/opt/webapp of web container includes app.py, if set destination folder as /opt/webapp, app.py is not visible and below error log presents, so it's better to set the destination folder as /webapp. 

docker logs -f web
python: can't open file 'app.py': [Errno 2] No such file or directory
2016-10-08 18:52:15 +08:00
John Mulhausen 066b78bf86 Content rendering fixes 2016-09-30 01:51:56 -07: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 9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00