Usha Mandya
dfa0147cc5
Merge pull request #11083 from scjane/patch-136
...
Update convert-account.md
2020-07-03 16:00:48 +01:00
Usha Mandya
7e8d24a1d1
Merge pull request #11085 from usha-mandya/registry-patch
...
Add note on Docker Hub
2020-07-03 15:37:00 +01:00
Usha Mandya
31f665f35d
Add note on Docker Hub
2020-07-03 15:25:54 +01:00
Usha Mandya
d453bb7612
Add space and wrap update
2020-07-03 12:05:07 +01:00
Wang Jie
9bec96af1c
Update convert-account.md
2020-07-03 18:44:43 +08:00
Usha Mandya
a5590c8d34
Merge pull request #11080 from thaJeztah/remove_dtr_link
...
Remove some enterprise-only content
2020-07-03 08:33:51 +01:00
Sebastiaan van Stijn
021e13a5ed
Remove EE "trust pinning" section
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:37:01 +02:00
Sebastiaan van Stijn
36d0938bb2
Cleanup robots.txt
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:57 +02:00
Sebastiaan van Stijn
2b4833a355
Remove some references to enterprise products
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Sebastiaan van Stijn
589741684d
Remove some unused images
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:14:51 +02:00
David Scott
d50029f525
Desktop: windows supports sharing folders rather than drives ( #10455 )
...
Signed-off-by: David Scott <dave.scott@docker.com>
2020-07-02 15:33:20 +01:00
David Florness
f89bbe13ed
Fix grammar ( #11072 )
2020-07-02 09:33:54 +01:00
Arko Dasgupta
2f9559c7b2
Remove the duplicated words in the landing page ( #11073 )
...
Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
2020-07-02 09:31:15 +01:00
Sebastiaan van Stijn
89b17b237f
Merge pull request #11071 from usha-mandya/compose-push-patch
...
Update image push reference
2020-07-01 18:14:09 +02:00
Usha Mandya
9031d87295
Update to use lowercase
2020-07-01 16:58:28 +01:00
Usha Mandya
ff1578ba9d
Update image push reference
2020-07-01 16:30:02 +01:00
Ulysses Souza
7b70c20f1f
Bump docker-compose 1.26.1 ( #11068 )
...
* Bump docker-compose 1.26.1
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-01 15:21:33 +01:00
Mathieu Champlon
39a054a016
Correct proxies documentation for Docker Desktop (windows) ( #10890 )
...
* Correct proxies documentation for Docker Desktop
The proxies set in the Docker Desktop settings are actually not propagated in the containers automatically.
The rationale being that we want the same UX on Windows/Mac and as on Linux.
Closes https://github.com/docker/for-win/issues/3676
* Minor style updates
* Wrap to 80 chars
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-01 15:10:19 +01:00
Mathieu Champlon
dba80f3631
Correct proxies documentation for Docker Desktop (mac) ( #11069 )
...
* Update index.md
The proxies set in the Docker Desktop settings are actually not propagated in the containers automatically.
The rationale being that we want the same UX on Windows/Mac and as on Linux.
Related to https://github.com/docker/docker.github.io/pull/10890
* Minor update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-01 14:42:14 +01:00
Martin Joly
dbd9ba12f9
Fix wrong information ( #10977 )
...
Postgres last version is now >12.0.0.
2020-07-01 14:09:51 +01:00
Usha Mandya
e7899d34ed
Merge pull request #7349 from alioguzhan/patch-1
...
rename psycopg2 to psycopg2-binary
2020-07-01 13:59:03 +01:00
Usha Mandya
2fbf05c10e
Merge pull request #11066 from sobhanattar/patch-1
...
add a note for non existence daemon.json
2020-07-01 13:55:21 +01:00
Lester Covax
e43aa440e3
Fixed typo ( #11045 )
...
s/form/from
2020-07-01 11:31:46 +01:00
Sujay Pillai
8d1b473aa7
Add a note to create a context in different subscription ( #11065 )
...
* Add a note to create a context in different subscription
* Minor style updates
Made a minor tweak to the style and wrapped the new note to 80 chars
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-01 09:30:40 +01:00
Sobhan Attar
9fd5223c7e
add not for non existence daemon.json
2020-07-01 11:30:11 +04:30
Sebastiaan van Stijn
6775518067
Merge pull request #11059 from andrealmar/fixing-ImageList-Go-code
...
Fixing ImageList Go code
2020-06-30 12:21:18 +02:00
Alan Bondarchuk
ea11c50410
Add missing space ( #11061 )
2020-06-30 10:32:22 +01:00
Andre Almar
6f38ea561b
Fixing ImageList Go code
...
Original: on line 18 we have `images, err := cli.ImageList(context.Background(), types.ImageListOptions{})` which gives us an error of:
```
# command-line-arguments
./main.go:12:2: ctx declared but not used
```
*Fix:* on line 18 we need to have `images, err := cli.ImageList(ctx, types.ImageListOptions{})`
2020-06-29 16:01:24 -03:00
Usha Mandya
9fdc494820
Merge pull request #11054 from usha-mandya/hub-video-tutorial
...
Add links to video tutorials
2020-06-29 18:01:37 +01:00
Usha Mandya
0f8510603f
Merge pull request #11056 from usha-mandya/desktop-edge-patch
...
Fix incorrect heading format
2020-06-29 15:50:16 +01:00
Sebastiaan van Stijn
b5edb29ba4
Merge pull request #11055 from leandrogoe/fix/read_only
...
Refer to read-only layer instead of write only layer.
2020-06-29 16:17:13 +02:00
Usha Mandya
840f05b4ac
Fix incorrect heading format
2020-06-29 15:16:51 +01:00
Leandro Gomez
0d2d153f7e
We should refer to the read-only layer. There's no thing as the write only layer
2020-06-29 11:06:46 -03:00
Usha Mandya
941bb14199
Add links to video tutorials
2020-06-29 14:47:54 +01:00
Usha Mandya
dc169d229a
Merge pull request #11051 from usha-mandya/aci-int-update
...
Update Desktop Edge download URLs
2020-06-29 13:45:21 +01:00
Usha Mandya
7ee5e8c080
Update Desktop Edge download URLs
2020-06-29 13:22:24 +01:00
Usha Mandya
366101a5a5
Merge pull request #11052 from usha-mandya/desktop-edge-patch
...
Add Desktop Edge 2.3.2.1 and 2.3.2.0 release notes
2020-06-29 13:12:27 +01:00
Usha Mandya
055266c914
Add Desktop Edge 2.3.2.1 and 2.3.2.0 release notes
2020-06-29 13:07:29 +01:00
Usha Mandya
1a9005c81a
Merge pull request #11046 from usha-mandya/desktop-edge-patch
...
Update Desktop Edge release notes
2020-06-27 20:10:28 +01:00
Usha Mandya
ba972431dd
Update Desktop Edge release notes
2020-06-27 19:28:43 +01:00
Sebastiaan van Stijn
704ae99d64
Merge pull request #11041 from AkihiroSuda/rootless
...
rootless.md: fix markdown
2020-06-26 11:58:24 +02:00
Akihiro Suda
a7e2591552
rootless.md: fix markdown
...
Fix #11017
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-06-26 14:27:33 +09:00
Usha Mandya
0d98b8c969
Update Mac release notes ( #11039 )
2020-06-25 16:45:21 +01:00
Usha Mandya
bc0f1f6d82
Merge pull request #11036 from usha-mandya/docker-aci-int
...
Add docs for Docker Azure integration beta
2020-06-25 16:39:55 +01:00
Usha Mandya
e61dde85e5
Merge pull request #11037 from usha-mandya/desktop-2320
...
Add Desktop 2.3.2.0 release notes
2020-06-25 16:34:22 +01:00
Usha Mandya
efca8fef15
Add docs for Docker Azure integration beta
2020-06-25 16:09:38 +01:00
Usha Mandya
ad1a284597
Add Desktop 2.3.2.0 release notes
2020-06-25 15:55:25 +01:00
Sebastiaan van Stijn
e3b9c741d0
Merge pull request #10774 from BeniRupp/patch-1
...
Add description for unless-stopped restart policy
2020-06-25 11:11:49 +02:00
Stefan Scherer
cfe71e5f64
Merge pull request #11031 from thaJeztah/archive_redirects
...
Add additional redirects for archives
2020-06-24 14:47:53 +02:00
Sebastiaan van Stijn
18df246531
Add additional redirects for archives
...
Putting these after the existing redirects, so that
ee-specific redirects in the archives take precedence.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:46:17 +02:00