Traci Morrison
da3d4996b5
Add warning about the impact of not following the config guidelines
2019-08-23 11:02:53 -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
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
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
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
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
Ryan Zhang
504d971c49
Update index.md ( #9184 )
2019-08-16 11:45:32 +01:00
Sandro
fafc6dd1de
Link directly to resources section ( #9200 )
2019-08-16 11:44:19 +01:00
linchiwei123
7cb5de0743
make things clear ( #9228 )
2019-08-16 11:34:26 +01:00
linchiwei123
041a31c3b8
fix COPY failed ( #9234 )
...
since README.md listed in https://github.com/docker-library/hello-world/blob/master/.dockerignore , you will get COPY failed without this change.
2019-08-16 11:32:39 +01:00
James George
9b5ff4f52d
Update docs ( #9238 )
...
add TOC
2019-08-16 11:22:45 +01:00
Sibu Thomas Mathew
de1612f14b
Pip fails due to MTU mismatch ( #9249 )
...
update getting started to fix MTU mismatch
2019-08-16 11:18:54 +01:00
Ivan Sharamok
1f805b8de0
Install on azure reqs update 081419 ( #9259 )
...
* add Az NIC req, clarify azure.json
* clarified azure prereq and azure.json req
* Reworded the azure.json paragraph
2019-08-15 16:33:27 +01:00
Martynas Buivys
3268eea0c8
Fix a link in release-notes.md ( #9203 )
2019-08-14 16:41:07 -07:00
Usha Mandya
0a993dffed
Merge pull request #9248 from usha-mandya/9244-wsl-patch
...
Added a note on default distro
2019-08-13 11:53:18 +01:00
usha-mandya
9374cb27ef
add a note on default distro
2019-08-13 11:38:07 +01:00
Matt Bentley
c5ef8aae9f
Fix link to docker-app.yaml and ingress-simple.yaml ( #9246 )
...
* Fix link to docker-app.yaml
The link to `demo-app.yaml` was to the HTML formatted page; changed to raw format.
* Fix ingress-simple.yaml link
The link to `ingress-simple.yaml` is also broken in the same way.
2019-08-13 10:06:21 +01:00
Olly P
1328ae728b
Fix deadlink issue-9214 ( #9243 )
2019-08-12 15:51:13 +01:00
Usha Mandya
5aa09cc8e6
Relnotes for Desktop Edge 2110 release ( #9225 )
...
Desktop Edge 2.1.1.0 release notes
2019-08-12 11:48:19 +01:00
Nour Wolf
2c2dc53e8a
Add missing `--set` to docker upgrade example ( #9195 )
2019-08-12 11:13:17 +01:00
Trapier Marshall
7c31dcfc48
[ucp] agent pause typo in 3.2.0 release notes ( #9232 )
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-08-12 10:56:23 +01:00
Olly P
4d577536cb
Fix CLI commands in UCP / DTR Backup and Restore ( #9209 )
2019-08-12 10:54:24 +01:00
Nikita Potapenko
97c7bbd715
Fix typo ( #9164 )
2019-08-09 08:40:59 -07:00
Adrian Plata
645b755cf9
Fixing em dash usage ( #9223 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-08 13:22:17 -07:00
Adrian Plata
6978cc132b
deleting unlinked content ( #9220 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-08 10:45:18 -07:00
Usha Mandya
fd572e05d5
Adding licensing info ( #9125 )
...
Adding licensing info
2019-08-08 16:07:40 +01:00
Usha Mandya
d4bf218faa
Relnotes for Desktop 2.1.0.1 release ( #9215 )
...
Relnotes for Desktop 2.1.0.1 release
2019-08-08 10:37:43 +01:00
Adrian Plata
d6c6956380
deleting unlinked content ( #9218 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-07 16:42:59 -07:00
Usha Mandya
8124181a3f
Merge pull request #9213 from usha-mandya/desktop-links-patch
...
Update Windows stable URLs
2019-08-07 14:04:37 +01:00
Usha Mandya
e4a4b39e9b
Update Windows stable URLs
2019-08-07 11:48:16 +01:00
Traci Morrison
2b93fdce67
Add files via upload
...
Adding missing image for https://docs.docker.com/ee/ucp/interlock/usage/service-clusters/
2019-08-06 15:15:51 -04:00
Traci Morrison
f923fec6c4
Delete interlock_service_clusters.png
...
Uploaded the wrong png file
2019-08-06 15:05:24 -04:00
Traci Morrison
26a2ee695a
Adding missing image for https://docs.docker.com/ee/ucp/interlock/usage/service-clusters/
2019-08-06 14:44:15 -04:00
Kirill Kolyshkin
0fd8f933fa
suse.md: info about sles and docker-ee versions ( #9192 )
...
1. `12.3` is not the only SLES version supported.
2. Latest Docker EE version is 19.03
3. Provide a complete example.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-08-05 11:10:32 -07:00