Wang Jie
2e4966baf6
Update baseimages.md ( #4147 )
2017-08-10 15:48:58 -07:00
Ilya Rogov
54e823ae7a
Fix brocken link ( #4104 )
2017-08-08 14:17:05 -07:00
Anthony Sottile
ece2255f4d
Update baseimages.md ( #3859 )
...
Updates to an LTS version of ubuntu (xenial 16.04) instead of an old non-lts version (raring 13.04).
2017-07-13 10:25:33 -07:00
Huachao Mao
5d25a11a3b
Fix broken link for creating base images scripts ( #3805 )
2017-07-05 16:52:54 -07:00
Misty Stanley-Jones
17e1da077b
Tighten up base image and parent image terminology ( #3720 )
2017-06-28 11:56:41 -07:00
Misty Stanley-Jones
7f966c4c10
Remove edge-only admonitions
2017-06-28 08:31:29 -07:00
memory
571d2354c8
Suggest passing --no-log-init to adduser ( #3413 )
...
Running `useradd` without `--no-log-init` risks triggering a resource exhaustion issue:
https://github.com/moby/moby/issues/15585
https://github.com/moby/moby/issues/5419
https://github.com/golang/go/issues/13548
2017-06-02 09:55:36 -07:00
Matt Duszynski
74df47fe12
Replace Rails with Ruby in the examples list ( #3229 )
...
The official Rails image was deprecated at the beginning of the year, and it probably shouldn't be referenced as an example in the docs anymore.
2017-05-19 15:10:44 -07:00
Alexey Grachov
425935605a
Remove extra spaces. ( #3304 )
2017-05-17 12:36:57 -07:00
Misty Stanley-Jones
9c648cf079
Docker 17.05 docs ( #3092 )
...
* Add Netlify build script
* Pull 'edge' stuff from master for now
* Add env-regex logging opt (#2688 )
* Update Dockerfile to pull from 17.05 branch
* Update YAML files from 17.05.x branch
* Add scaffolding for 17.05 content
* Document highlights for 17.05
* Add v1.29 API
* Document multi-stage builds
2017-05-05 19:50:22 +00:00
Sawood Alam
6456b4a54f
Version number typo correction ( #3177 )
2017-05-05 19:41:52 +00:00
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 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
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