Commit Graph

53731 Commits

Author SHA1 Message Date
Dawn W ca1b28f4de
Merge pull request #9312 from gonzalo-contador/patch-10
Added Warning to specify scope of support for EE
2019-08-27 16:25:43 -07:00
Dawn W 0f0d050857
Merge pull request #9311 from rolfedh/master
Thanks for noticing and making this change!!
2019-08-27 15:18:27 -07:00
Dawn W 58607f6381
Merge pull request #9316 from DawnWood-Docker/remove-chinese-hub
removing section for Chinese mirror
2019-08-27 15:06:17 -07:00
Dawn W Docker a765e84efc removing section for Chinese mirror 2019-08-27 14:54:22 -07:00
Hamilton Turner d14a2594d1 Add additional advistory notices to getting started
Also another attempt to get the important tag working
2019-08-27 13:17:56 -04:00
Hamilton Turner 6450d5dfe3 Adding warning to getting started 2019-08-27 12:58:54 -04:00
Traci Morrison 6ef74fa092
Merge pull request #9257 from traci-morrison/jira-engdocs-33
Add install Helm on Docker EE section
2019-08-27 12:47:23 -04:00
Traci Morrison 5ea0367863 Add install Helm on Docker EE section
Signed-off-by: Traci Morrison <traci.morrison@docker.com>
2019-08-27 11:56:59 -04:00
Usha Mandya 750287332f
Adding buildx content (#8818)
docs for buildx multi-arch images
2019-08-27 16:48:55 +01:00
Aaron Rueth 448dad1e27 Fixed formatting on Avoid IP range conflicts section 2019-08-27 08:25:11 -07:00
gonzalo.contador a8db0c47b6
Added Warning to specify scope of support for EE
Warning: This implementation DOES NOT qualify under the scope of Docker-ee support. {:.warning}
2019-08-27 11:15:37 -04:00
Rolfe Dlugy-Hegwer c80e991c20 Fix broken link
Added forward slash to beginning of directory path.
2019-08-27 10:39:58 -04:00
Traci Morrison 0e8bcfc90b
Merge pull request #9227 from arueth/master
Adding docker0 and docker_gwbridge information UCP plan-installation …
2019-08-27 09:55:10 -04:00
Olly P a25d693706
Fixed the DTR CLI References (#9309) 2019-08-27 11:47:43 +01:00
Traci Morrison f7c0d9745c Change URLS to 2.7 version 2019-08-26 17:49:15 -04:00
Traci Morrison 77f8c6e856 Change API URL to 3.2 2019-08-26 11:44:46 -04:00
Traci Morrison bae965d37a
Merge pull request #9226 from traci-morrison/engdocs-60
Add notes about DTR install
2019-08-23 15:46:49 -04:00
Traci Morrison 2c95feab22 Changed the format for the Note 2019-08-23 15:29:25 -04:00
Traci Morrison da3d4996b5 Add warning about the impact of not following the config guidelines 2019-08-23 11:02:53 -04:00
Nathan Jones b0985d9575
Included Docker engine CLI as pre-requisite
Pre-requisites stated that Docker Desktop is required, but `docker cluster` commands also work on Docker CLI installations on Linux.
2019-08-23 10:55:44 -04:00
Alex Hokanson 77b485dce2 better documentation on network organization (#9064)
better documentation on network organization
2019-08-23 13:54:29 +01:00
Usha Mandya 964d125ab2 Revert "Added build command explanation" (#9298) 2019-08-23 11:09:54 +01:00
joaocns 7a0091f9c2 fix broken link to features (#9295) 2019-08-22 15:18:03 -07:00
Dawn W 1f35c9dbfe
Merge pull request #8975 from mohamedanees6/patch-1
Added build command explanation
2019-08-22 15:15:16 -07:00
Dawn W 73d6eb3f74
Merge pull request #9296 from docker/update-ucp
Update use-csi.md per https://docker.atlassian.net/browse/ENGDOCS-107
2019-08-22 15:02:08 -07:00
Dawn W 67023d0130
Update use-csi.md 2019-08-22 14:40:25 -07:00
Olly P 2c1cc43b7f
Updated UCP on AWS Install Command (#9280) 2019-08-21 18:24:56 +01:00
Usha Mandya dabe90cbe8
Updating Docker for Win Community content (#9256)
Docker Desktop (Windows) content updates
2019-08-21 15:58:12 +01:00
Traci Morrison ac58e60a53
Merge pull request #1298 from traci-morrison/2019-08-patch-release-notes
Fix spacing issue with pre-logon message
2019-08-21 08:41:11 -04:00
Aaron Rueth f16a7ad1d9 Removed overlay reference in bridge network section 2019-08-20 09:46:23 -07:00
Steven Follis 4ad7f63f4c Removed extraneous azure.json entries (#9271)
Currently we specify quite a few extra lines in the `azure.json` file that are unneeded due to the default values. 

I removed `cloudProviderBackoff` and its extraneous related values, and `useManagedIdentityExtension` since the default value is the same. 

Removing these entries tidies up and simplifies the sample `azure.json` for end users.
2019-08-19 20:09:38 +01:00
Aaron Rueth e42615d6cc Added default for service-cluster-ip-range 2019-08-19 10:11:52 -07:00
Aaron Rueth 59fe504b3f Made updates based on customer feedback 2019-08-19 10:08:21 -07:00
Traci Morrison 9e5971598f Fix spacing issue with pre-logon message 2019-08-19 11:07:58 -04:00
Massimo Ruggirello 6da1d4f666 Update install-machine.md (#8992)
install -> mv
2019-08-19 15:53:38 +01:00
Max Schmitt f582350a34 docs: added Hetzner Cloud machine driver (#9062) 2019-08-19 15:41:03 +01:00
Oliver Schihin 700f7b81ee Update part2.md (#9067)
* Update part2.md

so other's dont stumble and fall ...

* style updates
2019-08-19 15:29:22 +01:00
Jeff Anderson 607de352f2 call out `ext_if` as a placeholder in the example (#9070) 2019-08-19 15:25:33 +01:00
AlberTo de Prezzo 7ca2ef679e Update index.md (#9078)
"io" needs to be imported, in order to avoid " undefined: io" error. 
(go version: go1.12.5 linux/amd64)

P.S: import statements are reordered/formatted (gofmt).

Cheers
2019-08-19 15:23:58 +01:00
Hong Chun 629a147a65 Fix docker logging's options indentation 2019-08-19 15:19:42 +01:00
Alexander Wellbrock f78e99415c Fix confusing 'log-opt' key in json part of docs (#9107) 2019-08-19 15:15:46 +01:00
Pierre-Antoine Couaillier c60d3ca8d1 add some details on limitation of buildkit with UCP (#9118)
add details on limitation of buildkit with UCP
2019-08-19 15:14:04 +01:00
Traci Morrison e9159dc147 Another edit 2019-08-19 09:13:14 -04:00
Traci Morrison a929f43fc0 Add pre-logon message info 2019-08-19 08:48:42 -04:00
Jakob Ackermann 869bdc2680
[sec] nginx/compose: Drop aforementioned loophole 2019-08-18 19:57:15 +02:00
Ashwin Ramaswami 330df76517 Fix "install Docker" link (#9266) 2019-08-18 15:38:49 +01:00
Olly P e133bea6ed
Simplified EE variables in _config (#9260)
Before we had 2 UCP configuration variables. 1 for pages under "ee" and
1 for pages under "ee/ucp". We had the same pattern for DTR. THis commit
removes the variable at the ee/ucp level, in the hope that all files
will take it from the /ee variable.
2019-08-16 20:01:21 +01:00
Traci Morrison eebb576dc2 Merge remote-tracking branch 'upstream/master' into 2019-08-patch-release-notes 2019-08-16 10:38:39 -04:00
Victor Bordo e72bfc468d Add missing dependency to Run a container example (#9153)
The `io` library needs to be imported for the example to compile successfully.
2019-08-16 11:47:56 +01:00
Usha Mandya c645df2ecd
log-opts is a JSON object not an array (#9179) 2019-08-16 11:46:32 +01:00