Commit Graph

56645 Commits

Author SHA1 Message Date
smokhtar1 0f12ac76e8 changing the check icon in notes and alerts 2021-11-08 14:58:18 +01:00
smokhtar1 7ca066106e css changes, reverting the line-height back to it's original value 2021-11-08 14:40:40 +01:00
smokhtar1 5ef901a55d changing the defaut font-family and font-weight for headings from Geomanist Book to Open sans 2021-11-08 14:38:27 +01:00
smokhtar1 5e01630e77 changing light mode colors to use color-palette variables 2021-11-03 16:37:54 +01:00
smokhtar1 2d457d7f8c adding color and icon changes to Alerts banners 2021-11-03 11:11:54 +01:00
Sebastiaan van Stijn 364b2fcb50
Merge pull request #13769 from jerae-duffin/ENGDOCS-521
Added video for PAT
2021-11-02 14:57:36 +01:00
Usha Mandya 5aaa61a1e7
Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-11-02 12:47:08 +00:00
Jerae Duffin eac8931f0b Added video 2021-11-01 16:26:00 -05:00
Usha Mandya baae15c5d2
Merge pull request #13765 from jerae-duffin/ENGDOCS-520
Removed Beta IPv6
2021-11-01 19:00:25 +00:00
Jerae Duffin 299bb3c3be Removed Beta IPv6 2021-11-01 13:05:46 -05:00
jerae-duffin aaad9b82d2
fixed formatting (#13764)
* fixed formatting

* Remove the bulleted list format

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-01 16:15:43 +00:00
Sebastiaan van Stijn 6132b98306
Merge pull request #13749 from jerae-duffin/ENGDOCS-518
Beta update
2021-10-28 18:15:21 +02:00
jerae-duffin 14e3a9dd29
Update docker-hub/release-notes.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-10-28 10:55:59 -05:00
Sebastiaan van Stijn 6926a6bb96
Merge pull request #13748 from jerae-duffin/ENGDOCS-517
Updated DVP image
2021-10-28 17:50:39 +02:00
Jerae Duffin 3d1c0ea2ef beta update 2021-10-28 09:19:00 -05:00
Jerae Duffin 6fab2b0214 updated image 2021-10-28 09:05:58 -05:00
Sebastiaan van Stijn 617d0b52aa
Merge pull request #13742 from jerae-duffin/ENGDOCS-504
Engdocs 504
2021-10-28 14:17:56 +02:00
Jerae Duffin f1e24b4fd9 fixed grammar 2021-10-27 12:00:21 -05:00
Sebastiaan van Stijn 2c4bc4e6a9
Merge pull request #13732 from thaJeztah/20.10.10_release_notes
engine: add engine 20.10.10 release notes
2021-10-25 20:50:33 +02:00
Sebastiaan van Stijn 6ee5a14bb8
engine: add engine 20.10.10 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-25 18:10:52 +02:00
Sebastiaan van Stijn 9c0f4b5f51
Merge pull request #13717 from thaJeztah/hub_touchups
docker-hub: various touch-ups and some rephrasing
2021-10-21 19:32:06 +02:00
Sebastiaan van Stijn 088fa45fed
Merge pull request #12535 from CVogel/patch-1
recovered ssh agent forwarding documentation
2021-10-20 21:12:30 +02:00
Sebastiaan van Stijn 5fcdb25cdd
Merge pull request #13718 from thaJeztah/remove_redundant_http_pkg
engine/install: remove apt-transport-https from instructions
2021-10-20 20:38:47 +02:00
Sebastiaan van Stijn d601e97f75
engine/install: remove apt-transport-https from instructions
This package is no longer needed on all current distro versions we support. From
the package description (https://packages.debian.org/buster/apt-transport-https);

> This is a dummy transitional package - https support has been moved into the
> apt package in 1.5. It can be safely removed.

Verifying the version of apt that's available in Ubuntu and Debian:

Ubuntu:

    docker run --rm ubuntu:xenial apt --version
    apt 1.2.35 (amd64)

    docker run --rm ubuntu:17.04 apt --version
    apt 1.4.6 (amd64)

    docker run --rm ubuntu:17.10 apt --version
    apt 1.5.2 (amd64)

    docker run --rm ubuntu:18.04 apt --version
    apt 1.6.14 (amd64)

    docker run --rm ubuntu:20.04 apt --version
    apt 2.0.6 (amd64)

Debian:

    docker run --rm debian:stretch apt --version
    apt 1.4.11 (amd64)

    docker run --rm debian:buster apt --version
    apt 1.8.2.3 (amd64)

    docker run --rm debian:bullseye apt --version
    apt 2.2.4 (amd64)

From the above; all currently supported versions of Ubuntu (18.04 and up), and
Debian (old-stable and stable) have apt > 1.5, so we can remove this dependency
from the installation instructions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-20 17:39:22 +02:00
Sebastiaan van Stijn d5f0df3922
docker-hub: various touch-ups and some rephrasing
- moved note about open source projects into the CTA; this reduces the number of
  notes on this page (which was already quite large), and puts related information
  about upgrading/plans in a central location.
- changed note about limits to body text, and added mention of "business" plan.
- replaced https://docs.docker.com URLs with local links
- replaced some HTML links with links to the target markdown file
- add missing YAML and "console" code-hints
- wrapped long paragraphs/lines
- corrected the information about Amazon Linux

To be looked at; the recent changes added information about using "v2" compose
files, but compose (after having switched to the compose-spec) no longer uses
versions, so perhaps this needs to be corrected (we don't have local docs for
the compose-spec format though, so that makes it a bit more complicated).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-20 17:35:21 +02:00
Mathieu Champlon 0cdea41d41
Make it clearer how to update from Desktop 4.1.0 from the menu (#13696)
* Make it clearer how to update from Desktop 4.1.0 from the menu

* Minor format changes

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-10-18 11:05:25 +01:00
Usha Mandya 730c55a975
Merge pull request #13705 from usha-mandya/docs-cta-patch2
Add the next set of CTAs
2021-10-15 18:27:50 +01:00
Usha Mandya 12b93f8161
Merge pull request #13704 from usha-mandya/homepage-banner
Add 4.1 to homepage banner
2021-10-15 18:07:10 +01:00
Usha Mandya c5f38d8b3b Add the next set of CTAs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 18:06:39 +01:00
Usha Mandya b1008663c1 Add 4.1 to homepage banner
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 17:47:58 +01:00
jerae-duffin b4c6be3080
Updated steps (#13664)
* added new step

* updated image

* end--no-edit

* end--no-edit
2021-10-15 15:03:35 +01:00
Usha Mandya 5d3cb0e076
Add instructions on installing server and client binaries on Windows (#13676)
* Add instructions on installing server and client binaries on Windows:

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Apply suggestions from code review

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

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-10-15 14:54:26 +01:00
Usha Mandya 887f5b01ce
Merge pull request #13699 from AkihiroSuda/cgroup2
Update the adoption status of cgroup v2
2021-10-15 12:38:38 +01:00
Akihiro Suda 5f74d132ee
Update the adoption status of cgroup v2
In addition to Fedora, now cgroup v2 is used by default on Debian and Ubuntu, too.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-10-15 20:30:48 +09:00
Dan Bamikiya d17061c1ea
Merge branch 'docker:master' into master (#13682)
* Specify `services` in compose file example
* Specify compose file version required to use for `depends_on`
2021-10-15 11:52:37 +01:00
Usha Mandya 1466adf41a
Merge pull request #13679 from maifeeulasad/patch-1
highlighted docker requires admin privilege
2021-10-15 11:52:02 +01:00
Jerae Duffin 269bd1fefa end--no-edit 2021-10-13 18:09:13 -05:00
jerae-duffin 6cb2136408
Updated PAT (#13663)
* updated scopes
* updated images
* Minor format changes

Added missing * and moved info on Hub CLI tool and API below the overview

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-10-13 22:51:48 +01:00
Jerae Duffin 8d94513521 end--no-edit 2021-10-13 15:28:04 -05:00
Usha Mandya 095d14c7dd
Merge pull request #13691 from thaJeztah/get_started_touchups
Get started and language guides touch-ups
2021-10-13 15:57:25 +01:00
Josh Newman d9f2254d9a
Add resources section and new link to postman collection (#13686)
* feat: Add resources section and new link to postman collection

* chore: make description lower

* chore: change to semi
2021-10-13 15:56:22 +01:00
Usha Mandya 139147973e
Merge pull request #13514 from thaJeztah/linkchecker_carry
check for broken links
2021-10-13 15:55:32 +01:00
Sebastiaan van Stijn 9400eb58e9
gha: split link-check to separate job
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:58 +02:00
Sebastiaan van Stijn ff69fa25ee
linkchecker: temporarily ignore some files and URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:56 +02:00
Sebastiaan van Stijn b77242d465
update linkchecker config and use docker build instead of copy
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:54 +02:00
Aidan Feldman 5338b19ef2
copy files to the host for testing with HTMLProofer 2021-10-13 16:33:52 +02:00
Aidan Feldman f78fca2fba
check for broken links
Seeing [a number of issues around broken links in the docs](https://github.com/docker/docker.github.io/issues?q=is%3Aissue+is%3Aopen+broken+link); this should help avoid the issue.
2021-10-13 16:33:51 +02:00
Sebastiaan van Stijn 408b8630bd
buildx: manually patch some broken anchors
This is fixed in master through https://github.com/docker/buildx/pull/765,
but that's not in the 0.6 release branch (which does not yet have the code
to generate the YAML docs).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:49 +02:00
Sebastiaan van Stijn 5ab5246d77
desktop: fix some broken links
These were introduced when moving the old release notes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:42 +02:00
Sebastiaan van Stijn 3570e81b96
test.md: fix broken image link
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:13 +02:00