Commit Graph

54435 Commits

Author SHA1 Message Date
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
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
Usha Mandya 7a83e9baa4
Merge pull request #11014 from thaJeztah/remove_archives
Remove archives
2020-06-24 12:34:04 +01:00
Sebastiaan van Stijn ba85012f47
Remove scripts and assets related to archives
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:58 +02:00
Sebastiaan van Stijn 48bfa8f342
GH Actions: disable archives on builds
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:57 +02:00
Sebastiaan van Stijn 3f7cab652d
Dockerfile: disable archives by default
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:54 +02:00
Sebastiaan van Stijn 86e6750061
Merge pull request #11028 from magnologan/patch-1
Update log location for Ubuntu 16.04+ and CentOS
2020-06-24 13:19:58 +02:00
Stephen Turner 82018d91a5
Update to oldest version still under MSFT support (#11027)
See https://en.wikipedia.org/wiki/Windows_10_version_history
2020-06-24 10:55:45 +01:00
Magno Logan 294883b1d2
Update log location for Ubuntu 16.04+ and CentOS
Update log location for Ubuntu 16.04+ and CentOS
Add the /var/log/syslog
2020-06-23 16:12:41 -04:00
mjchi7 9193473df5
Removed wrong information about container DNS (#11012)
* Removed wrong information about container DNS

In the docs it says a container will inherit the host /etc/hosts file along with /etc/resolv.conf. While the latter part is correct, /etc/hosts will not actually be inherited, as reported https://github.com/moby/moby/issues/39311. 
An additional line of text has been added to emphasize the fact that /etc/hosts are not inherited

* Removed extra hash on the run command redirect

* Update config/containers/container-networking.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-06-18 15:32:20 +01:00
Sebastiaan van Stijn 37e0f5c7de
Merge pull request #11011 from d-tork/master
correct typo in bash command
2020-06-18 13:00:04 +02:00
Akihiro Suda b7eec33cfe
rootless.md: fix a typo (#11013) 2020-06-18 09:08:55 +01:00
d-tork 2693610fc7
correct typo in bash command 2020-06-17 21:00:32 -04:00
Stephen Turner 5d24badfb5
Settings differences (#11002)
* Describe which settings are available with which backend

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-06-17 11:49:07 +01:00
Usha Mandya f91c2a28f6
Rootless Docker: Style edits and minor updates (#11001)
Rootletts: Style edits and minor updates, and fix prereq example
2020-06-17 11:33:24 +02:00
Usha Mandya 786c89bdf6
Merge pull request #10965 from AkihiroSuda/rootless
rootless.md: massive update
2020-06-16 14:55:44 +01:00
Sebastiaan van Stijn 3e767a72b3
Update architectures in matrix (#10999)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-16 14:39:07 +01:00
José Fernando Cordova e3c3484c47
Fix 404 Not Found - Broken Link (#10997)
* Fix 404 Not Found - Broken Link

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-06-16 14:55:51 +02:00
Akihiro Suda a06b01802c
rootless.md: massive update
* Add Ubuntu 20.04
* Remove Fedora 30 (EOL)
* `docker run --net=host` does not work in the most expected way
* Allow installation as the root
* Nightly channel
* `docker context create rootless`
* `DOCKER_HOST=ssh://...`
* Alternatives to cgroup flags (`docker run --cpus --memory --pids-limit`)
* A bunch of troubleshooting tips

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-06-16 19:20:18 +09:00
Giovanni Toraldo 21c861f7c6
Remove not really implemented s3accelerate option (#10993)
ref https://github.com/docker/distribution/pull/2166
2020-06-12 14:56:12 +01:00
Aravind fa4b25cf64
Update to Posgtres instructions (#10982)
### Background
Newer upstream PostgreSQL Docker images, now require a password for use. If you were previously using passwordless access to a PostgreSQL DB, it will likely fail with an error.

This linked GitHub issue showcases the error: 
https://github.com/docker-library/postgres/issues/681

### Solution
The postgres docker page gives instructions on how to use the new image : https://hub.docker.com/_/postgres

There seems to be two different options we can take here :

Option 1 - Implement a password using the environment variable
Option 2 - Revert back to old behavior of having no password requirement

### Thoughts
Based on the team members remark it looks like increased security was the major reason for this breaking changing happening in a minor update.  Refer to this comment : https://github.com/docker-library/postgres/issues/681#issuecomment-586517154

As such I opted to use Option 1 here in this change as increased security of a DB is generally a win for every one in most cases.
2020-06-12 11:23:02 +01:00
Daniel Martinez Sarta 5909058694
Fix Typo. (#10990)
verison -> version
2020-06-12 10:52:41 +01:00
Sebastiaan van Stijn 36e483169d
compose-file: document additional changes in the 3.8 schema (#10980)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-12 10:51:35 +01:00
Usha Mandya 93f28522ab
Merge pull request #10964 from usha-mandya/hub-4182
Add Convert to org docs
2020-06-11 07:49:11 +01:00
Sebastiaan van Stijn 7ce086bfca
Add instructions for configuring systemd in rootless mode (#10976)
* add instructions for rootless docker

* Use tabs for configuring systemd in rootless mode

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Minor style edits

Co-authored-by: Manish Kukreja <kukreja.m@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-06-10 08:36:35 +01:00