Misty Stanley-Jones
fb7c73908b
Update the styleguide ( #2332 )
...
* Update the styleguide
Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
scjane
751ef1ac3c
Update baseimages.md ( #1671 )
...
* Update baseimages.md
2017-02-22 10:56:37 -08:00
scjane
dbe18ae730
Update dockerfile_best-practices.md ( #1672 )
...
* Update dockerfile_best-practices.md
2017-02-22 10:55:28 -08:00
Ryan Sanford
d91cab01bc
Fix base image creation example commands ( #1409 )
...
Example commands for creating a base image do not work due to multiple issues.
- 16:04 not a valid tag for ubuntu image
- apt-get install fails without preceeding `apt-get update`
- gcc command fails without `-nostartfiles` flag
- `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.
2017-02-07 09:52:31 -08:00
Adam Eijdenberg
9d2b5f32bb
Add documentation around pipefail to address issue 1459 ( #1460 )
...
* Add documentation around pipefail to address issue 1459
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@gmail.com>
2017-02-06 09:52:19 -08:00
James Wang
9b472dc8ba
Update baseimages.md ( #1453 )
...
Docs used a `:` instead of a `.` for `ubuntu:16.04`.
2017-01-31 16:27:30 -08:00
Misty Stanley-Jones
53a7608acb
Merge pull request #1418 from nathanleclaire/one_concern_per_container
...
Fix "one process per container" -- Add touchups to Dockerfile best practices
2017-01-31 16:20:48 -08:00
Nathan LeClaire
998ad7b90e
Add touchups to Dockerfile best practices
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 13:17:08 -08:00
Thomas Mörbauer
a29cfddbce
Fixed a typo
...
Dcoker instead of Docker
2017-01-25 22:39:24 +01:00
John Mulhausen
0f62e1ea3d
Fixing infinite loop
2017-01-24 17:27:37 -08:00
Misty Stanley-Jones
979cdc7186
Add several redirects ( #1332 )
2017-01-24 14:31:41 -08:00
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
a28e62ef7a
Merge pull request #1012 from ScottFred/patch-1
...
Improved description for Hello-World
2017-01-18 15:59:13 -08:00
Joao Fernandes
3e51451d98
Fixed more broken links
2017-01-13 12:20:14 -08:00
Joao Fernandes
f7a33dc833
Updates broken links for #1068
2017-01-12 11:54:21 -08:00
Scott Fredericksen
984b8bdda6
Improved description for Hello-World
...
Adds more detail for people to be able to understand how to build the Hello World using FROM scratch.
2017-01-02 04:10:37 -07: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
John Mulhausen
4bd2d0274f
Fixes #447
2016-11-04 17:37:42 -07: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
weslord
076c060ddf
Removed a space from Dockerfile Best Practices
2016-10-23 04:17:27 -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