Commit Graph

53125 Commits

Author SHA1 Message Date
Olly P 2827a7a504
Updated Docker Template preferences location (#9434)
* Updated Docker Template preferences location

* Preferences File Path
2019-09-13 13:32:36 +01:00
Jose J. Escobar 4038d42b87 Update system-requirements.md (#9436)
A typo.
Removed additional ',' for consistency.
A duplicate 'for'.
There is a section where the markup ``` are not being honored. I didn't want to mess too much with that.
2019-09-13 10:32:06 +01:00
Sebastiaan van Stijn 7228e90f0f
Merge pull request #9270 from das7pad/patch-1
[sec] nginx/compose: Drop aforementioned loophole
2019-09-13 00:39:11 +02:00
Adrian Plata 350ec935e7
Runtime page rename (#9439)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-12 14:27:28 -07:00
Darwin Traver 3302d5283e Incorrect key-value set (#9430)
--include-logs switch requires the keyvalue to be set with "="
e.g. --include-logs=false
2019-09-12 12:42:01 +01:00
Traci Morrison 105a8e734a
Merge pull request #9313 from arueth/master
Fixed formatting on Avoid IP range conflicts section
2019-09-11 14:44:50 -04:00
Nathan Jones 17f66d0392 Added example command for `docker context import` (#9423)
Added an actual `docker context import` command since the use of this command in conjunction with client bundles was not present in this or the `docker context` documentation. Also increased the emphasis of using `docker context import` vs. prior methods by pulling the new feature out of the note. This information is important and was not obvious enough in the note.
2019-09-11 16:32:32 +01:00
Adrian Plata f2f0dca20c
Fixing broken sidebar (#9425)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-10 13:24:40 -07:00
Olly P 29d53c737d
Added Cluster File Updates (#9422) 2019-09-10 19:11:53 +01:00
Dawn W 7c4bfd7389
Merge pull request #9421 from StefanScherer/fix-hello-world-win2016
Fix hello-world for Windows Server 2016
2019-09-10 10:47:02 -07:00
Stefan Scherer cbcd50c56a
Fix hello-world for Windows Server 2016
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2019-09-10 17:54:13 +02:00
Traci Morrison db3216cf1a
Merge pull request #9361 from darwin-traver/patch-34
Adding JIRA to bug fix
2019-09-10 11:23:58 -04:00
Dawn W 216a625036
Merge pull request #9410 from erikhedin/google-tag-manager-update
Update to standardize Segment in to Google Tag Manager.
2019-09-10 08:19:15 -07:00
Olly P fa61f49afe
Fixed typo in 18.03 rel notes (#9417) 2019-09-10 11:52:57 +01:00
WeJie cf1f53a637 Remove duplicated doc - "depends_on" (#9401) 2019-09-09 15:59:15 -07:00
Erik Hedin c87fab9e0c Update to standardize Segment in to Google Tag Manager. 2019-09-09 18:36:34 +00:00
lena-larionova daaff29427 Private to public: release note for Hub 09/05 (#9408)
* Release note for Hub 09/05/19 release

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Rewording stuff per comments from Serj
2019-09-09 11:11:59 -07:00
Usha Mandya a445f0bed6
Desktop Edge 2.1.2.0 relnotes (#9405)
* Desktop Edge 2.1.2.0 relnotes

* adding Kitematic entry
2019-09-09 18:24:21 +01:00
Nikita Potapenko 25fae0af70 Cleanup brackets (#9404) 2019-09-09 18:04:54 +01:00
Steven Follis b4a09f3532 Fixed indentation of sample Azure yaml file (#9402)
* Fixed indentation

The sample YAML file was indented in the code block to where copying and pasting into an editor was misaligned

* Added syntax to bash blocks

* Formatting adjustments
2019-09-09 17:53:30 +01:00
Traci Morrison e38d2bab91
Merge pull request #9372 from traci-morrison/ucp-screencaps
Update screenshots to 3.2
2019-09-09 10:31:00 -04:00
Usha Mandya 2c2e0c3986
update kube version (#9394) 2019-09-09 13:09:48 +01:00
Adrian Plata 8dc832f08e
Merge pull request #9399 from allysmith424/fix-jenkinsfile
jenkinsfile fixes
2019-09-06 14:53:37 -07:00
Alastair Smith ddfc403da2 fix docker push command, add unsuccessful post stage 2019-09-06 16:40:39 -05:00
Traci Morrison 6f93c768a7
Merge pull request #9391 from traci-morrison/engdocs-124
Add bug fix to 3.2.1 relnotes
2019-09-06 15:09:11 -04:00
Traci Morrison ff4b765b3e Update screenshots to 3.2 2019-09-06 15:06:52 -04:00
Nikita Potapenko f39d020a34 Update link to Kubernetes (#9392) 2019-09-06 16:40:10 +01:00
Adrian Plata ec57364ede
fixing pull location (#9380)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-06 08:22:46 -07:00
Traci Morrison 5a0920f9d8 Add bug fix to 3.2.1 relnotes 2019-09-06 10:29:51 -04:00
Andrew Mcshane bf33b4e83d Updating deprecated Kubernetes namespaces link (#9389) 2019-09-06 13:54:18 +01:00
Derrick Miller 5e57657167 Add usage command to see cache contents (#9327)
To see cache contents the command is `docker assemble backend cache usage` and not `docker assemble backend cache`.
Added a missing space between words.
2019-09-06 12:04:36 +01:00
Peter Nagy 83ad9157d6 Adds `--no-interpolate` to `docker-compose config` (#8409)
* Adds `--no-interpolate` to `docker-compose config`

As per https://github.com/docker/compose/pull/6368

* Fix typo
2019-09-06 11:58:27 +01:00
jamesche75 17a24ef257 Updated bullet on FROM instruction. (#7275)
If you try and build an image without a FROM instruction in the Dockerfile, the Docker daemon will throw an error. You must include "FROM scratch" to build a base image.
2019-09-06 11:57:27 +01:00
Vadim Klimenko ec3da7c84d Show dark version of site when prefers-color-scheme:dark (#8921) 2019-09-06 11:30:17 +01:00
Dawn W 71c3891877
Merge pull request #9384 from DawnWood-Docker/private-to-public
Private to public
2019-09-05 17:33:48 -07:00
Dawn W Docker eee2c13794 Merge branch 'hub-tokens' of https://github.com/docker/docs-private into private-to-public 2019-09-05 17:20:40 -07:00
Dawn W ec9be09118
Merge pull request #1308 from docker/hub-tokens-dw
updating hub images
2019-09-05 17:08:12 -07:00
Dawn W Docker 590ba29b24 updating hub images 2019-09-05 16:51:37 -07:00
Adrian Plata 29aefd29e4
Merge pull request #1307 from adrian-plata/hub-tokens
Tags Update
2019-09-05 16:29:40 -07:00
Sebastiaan van Stijn 5586fee81a Fix liquid warnings on reset password pages (#9348)
```
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-05 14:47:08 -07:00
Dawn W 6070597e75
Merge pull request #9350 from allysmith424/tag-and-push-latest
tag and push latest docs to hub on publish
2019-09-05 14:37:36 -07:00
Dawn W e86a6b8df0
Merge pull request #9382 from david-yu/patch-16
Updating requirements for AWS, Azure for Docker Cluster
2019-09-05 14:03:41 -07:00
David Yu 59001c6d5e
Azure pre-requisites
Azure pre-req change
2019-09-05 13:43:31 -07:00
David Yu edec91e619
Updating requirements for AWS, Azure 2019-09-05 13:39:49 -07:00
Adrian Plata e8cc48e6b5 Adding tag information and new images
Signed-off-by: Adrian Plata <adrian.plata@docker.com>

Adding tag information and new images

Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-05 11:43:05 -07:00
Dawn W Docker 2b69ede52f updating mockup 4 hub tags 2019-09-05 11:01:29 -07:00
Trapier Marshall 0d2091fb5b ucp cli upgrade: emphasize run on only one node (#9366) 2019-09-05 10:49:53 +01:00
Trapier Marshall ddea9a952a ucp 3.2.0 rel notes: remove downtime advisory (#9368) 2019-09-05 10:47:26 +01:00
Usha Mandya 1e16ca63da
Merge pull request #9370 from usha-mandya/desktop-urls
Update Desktop 2.1.0.1 download urls
2019-09-05 10:29:14 +01:00
Usha Mandya 4fd59d1dde download urls for 2.1.0.1 release 2019-09-05 10:11:20 +01:00