Commit Graph

59061 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 9294453e5f
Merge pull request #14800 from crazy-max/clean-excludes
jekyll: update file exclusions
2022-05-22 09:53:17 +02:00
CrazyMax d5715be823
jekyll: update file exclusions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-22 09:18:34 +02:00
Collabnix 38889001b7
Update space.md 2022-05-21 19:18:07 +05:30
Sebastiaan van Stijn a64edf03dd
Merge pull request #14795 from crazy-max/fix-swagger-urls
fix broken urls in swagger files for engine api
2022-05-21 09:26:09 +02:00
CrazyMax 93315b50cc
fix broken urls in swagger files for engine api
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-21 08:45:37 +02:00
Sebastiaan van Stijn 8d6bd6bdb5
Merge pull request #14791 from crazy-max/pin-rouge-gem
enforce rouge gem to old version to fix highlight issue
2022-05-20 20:15:29 +02:00
CrazyMax 1063b9d93c
enforce rouge gem to old version to fix highlight issue
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-20 19:58:13 +02:00
Sebastiaan van Stijn ff36c7a6d9
Merge pull request #14782 from crazy-max/gh-pages-cleanup
remove files moved to gh-pages branch
2022-05-20 19:19:14 +02:00
Usha Mandya 4fee1e3bd9
Merge pull request #14781 from crazy-max/rm-tests
frontmatter tests not needed anymore
2022-05-20 14:12:54 +01:00
Allie Sadler eeb5b1e75c
Merge pull request #14786 from aevesdocker/ENGDOCS-713
add install location for DD4L to FAQs
2022-05-20 10:53:47 +01:00
Allie Sadler 556673e97f add install location for DD4L to FAQs 2022-05-20 10:28:48 +01:00
CrazyMax b6500a8d99
frontmatter tests not needed anymore
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-20 02:29:46 +02:00
CrazyMax 3db00970b8
remove files moved to gh-pages branch
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-20 02:17:10 +02:00
Chris Fidao 70020ac1bd
Add Chipper CI Docker auth instructions
Keeping alphabetical order, added Chipper CI docker auth instructions as recommended by Docker staff
2022-05-19 18:41:11 -05:00
Stefan Scherer 78f514ef2f
Add command for M1/arm64 users
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-05-19 16:16:16 +02:00
David Scott 0b100e25c6
Update the Desktop docs on nested virt (#14775)
* desktop: can also use Linux for Linux containers

Now that we've released Docker Desktop for Linux!

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: link to Microsoft's nested Hyper-V docs

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: document how to enable nested Hyper-V

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: remove outdated comment about 60s timeouts

The timeout is now 10 minutes which is effectively infinite. Although
nested virtualization will be slower, it's the same as having a busy
machine.

Signed-off-by: David Scott <dave.scott@docker.com>

* Update desktop/windows/troubleshoot.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-05-19 13:55:12 +01:00
Sebastiaan van Stijn cd5103f170
Merge pull request #14688 from crazy-max/fetch-remote-plugin
jekyll: create plugin to fetch remote resources
2022-05-19 10:13:43 +02:00
Allie Sadler 584e18f054
change order of release notes and previous versions in toc (#14774) 2022-05-19 08:18:44 +01:00
Sebastiaan van Stijn 222f7abc20
Merge pull request #14772 from crazy-max/fix-api-latest
docker-hub: remove duplicated api latest page
2022-05-18 23:22:25 +02:00
CrazyMax 76bb73aa45
docker-hub: remove duplicated api latest page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 23:19:04 +02:00
Craig Osterhout cc76efb2ce
added codeowners file (#14758)
* added codeowners file

* updated codeowners based on feedback
2022-05-18 12:29:56 -07:00
CrazyMax 2120bd105d
jekyll: create plugin to update api toc
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 18:20:31 +02:00
CrazyMax b65866f2a6
jekyll: create plugin to fetch remote resources
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 18:20:31 +02:00
Sebastiaan van Stijn a2d43f4584
Merge pull request #14768 from crazy-max/ci-jobs
ci: split build and publish workflows and set up cache
2022-05-18 17:50:09 +02:00
Allie Sadler 59203dd95c
Move 'Previous Versions' into new folder at root of DD docs (#14742)
* moveed previous versions into new folder at root of DD docs

* fix broken links

* fix broken links

* broken link fix
2022-05-18 16:44:45 +01:00
CrazyMax d4adc6e848
ci: split build and publish workflows and set up cache
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 17:43:30 +02:00
David Scott 861e079559
Improve WSL 2 docs (#14766)
* wsl2: removes need to manage VMs

Previously:
> allowing Linux containers to run natively without emulation.

Now:
> allowing Linux distributions to run without having to manage Virtual
> Machines

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: remove reference to Docker Desktop "2.3.0.2"

This version is very old, the link was to the latest version.

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: re-order to prereqs, download, install, best practices

Previously the best practices were before the Download, which is
a bit early. Now the page has

- why you should use this
- how you get it

and then

- how to optimize it

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: clarify that Linux distros are recommended but not a pre-req

If there are no additional Linux distros installed then the docker
CLI and UI will work fine from Windows.

We recommend installing at least one Linux distro for optimal
performance.

Also add a warning about misusing the internal distros `docker-desktop`
and `docker-desktop-data`

Signed-off-by: David Scott <dave.scott@docker.com>
2022-05-18 15:53:51 +01:00
CrazyMax 0679956c5c
Merge pull request #14767 from crazy-max/fix-aws-s3-upload
ci: fix aws s3 cmd on ubuntu 20.04
2022-05-18 16:53:01 +02:00
CrazyMax a2dad85624
fix link in release notes
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 16:45:02 +02:00
CrazyMax 291d632447
ci: fix aws s3 cmd on ubuntu 20.04
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-18 16:20:12 +02:00
CrazyMax a717202964
Merge pull request #14685 from crazy-max/enhanced-dockerfile
Enhanced Dockerfile and update GHA workflows
2022-05-18 16:04:08 +02:00
jerae-duffin 5e4a2f6823
Merge pull request #14759 from jerae-duffin/ENGDOCS-707
Updated Dockercon
2022-05-18 08:33:11 -05:00
Piotr c885002d9e
desktop/linux: Emphasise requirement for Gnome extension to support t… (#14765)
* desktop/linux: Emphasise requirement for Gnome extension to support tray icons

On some distros a gnome extension is required to display the "whale
menu". This is already describet in distro-specific instructions, but
that makes is somewhat easier to miss. So call it out in the top level
requirement list.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

* Update desktop/linux/install.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-05-18 14:23:15 +01:00
Allie Sadler ca314e1d4e
Merge pull request #14756 from aevesdocker/ENGDOCS-697
updating linux references throughout all docs, to DD
2022-05-18 12:37:34 +01:00
Usha Mandya 7f068d610c
Merge pull request #14732 from glours/hide-compose-completion
hide the compose completion page until it's available for v2
2022-05-18 11:29:07 +01:00
Sebastiaan van Stijn e5054d053e
Merge pull request #14709 from thaJeztah/engine_release_notes
engine: add release notes for 20.10.16
2022-05-18 12:14:58 +02:00
dockertopia 8a085584cf
Updates to the Compose Release Notes (#14722)
* Updates to the Compose Release Notes (from 1.29.2 to 2.5.0)

* Fixing missing bracket in link

* Added reviews feedback

* Minor changes: formatting
2022-05-18 11:03:16 +01:00
Lorena Rangel 1b3f04a3e3
Add release notes fo 4.8.2 (#14740)
* initial consolidation of DD release notes

* initial consolidation of DD release notes

* add redirects

* fix broken links

* fix broken links

* Add release notes for 4.8.2

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Update desktop/release-notes.md

* Update desktop/release-notes.md

* Update desktop/release-notes.md

Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>

* Update desktop/release-notes.md

Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>

* Update desktop/release-notes.md

* Update desktop/release-notes.md

* Update desktop/release-notes.md

Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>

* Update desktop/release-notes.md

Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>

Co-authored-by: Allie Sadler <allie.sadler@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>
2022-05-18 08:19:05 +01:00
Jerae Duffin 82012ed418 updated dockercon 2022-05-17 14:42:46 -05:00
jerae-duffin c201de3b4a
Merge pull request #14736 from jerae-duffin/ENGDOCS-679
updated SSO
2022-05-17 12:38:40 -05:00
Allie Sadler 52d9961df2 changes after review 2022-05-17 15:57:25 +01:00
Sebastiaan van Stijn 90ea1e782a
engine: add release notes for 20.10.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-17 16:40:04 +02:00
Allie Sadler bb2f0178e7 updating linux references to DD 2022-05-17 13:41:07 +01:00
Allie Sadler 6c8274292f
Fix links on get started page (#14741)
* Fix links on get started page

* fixed linux link on get docker page

* change button description

* change button description
2022-05-17 07:59:07 +01:00
CrazyMax 0f493a16cd
jekyll: fix exclusions list
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:58 +02:00
CrazyMax 8da7d9445d
dockerfile: containerized htmlproofer
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:58 +02:00
CrazyMax dc1a99b7b0
ci: merge workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00
CrazyMax 75cb114327
ci: update github actions accordingly to the new dockerfile
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00
CrazyMax ebd36f7081
dockerfile: enhanced to match netlify pipeline
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00
CrazyMax 1e1fdfce1c
ignore .jekyll-cache folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-13 22:07:57 +02:00