Commit Graph

58861 Commits

Author SHA1 Message Date
jerae-duffin 09ed620df4
Apply suggestions from code review 2022-10-26 20:49:13 -05:00
Fazlan Nazeem a6ea7fd797 Remove duplicated content in 'Teams and Organizations' 2022-10-26 10:31:40 +01:00
Craig Osterhout 7bcae35984
Merge pull request #15981 from docker/craig-osterhout-patch-1
Update Dockerfile
2022-10-25 15:36:14 -07:00
Craig Osterhout 2551e2481a
Update Dockerfile
Attempt to fix deploy issue
2022-10-25 15:25:44 -07:00
CrazyMax 9c04beffd0
Merge pull request #15277 from crazy-max/test-fb
jekyll: add hotjar for staging environment
2022-10-25 20:52:41 +02:00
CrazyMax 897e77c647
add hotjar for staging environment
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 20:21:47 +02:00
CrazyMax 3252d560c0
Merge pull request #15958 from crazy-max/buildx-extend
build: buildkit section
2022-10-25 20:02:56 +02:00
CrazyMax 2da2d5eb4a
engine: update reference docs with latest changes from 20.10 branch
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:58:58 +02:00
CrazyMax 2bac3f3b6c
build: merge dockerfile creation page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax 04b22d7f06
build: update cross-linking in multi-stage page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax 271f8c3de5
build: merge build enhancements page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax 71a537d3da
build: buildkit section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
CrazyMax 21b49e9b6f
dockerfile ref: use custom ref to fix links issue (#15972)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 13:14:16 +02:00
Allie Sadler dceacd803a
a less jarring banner image (#15968) 2022-10-25 12:13:33 +01:00
Freddy Grande 8b3e4ea76d
Fixing typo (#15882)
"proceeded" used instead of "preceded"
2022-10-25 10:52:40 +01:00
CrazyMax 3afb64d9e8
Merge pull request #15915 from dvdksn/rename-default-branch
Rename default branch
2022-10-25 11:12:28 +02:00
Craig Osterhout 1bc995b927
Merge pull request #15966 from mikesir87/wasm-doc-tweaks
Fix links and add IDs for Wasm download links
2022-10-24 21:27:05 -07:00
Michael Irwin c351dd7370
Fix links and add IDs for Wasm download links 2022-10-25 00:19:07 -04:00
Michael Irwin fabb408cce
Wasm doc tweaks (#15961)
* Update the Wasm docs to add a quick explainer for Wasm

* Update links for Wasm preview downloads to use new vanity URLs
2022-10-24 17:05:25 +01:00
Allie Sadler aa60238970
Contribute patch (#15959)
* contribute-patch

* guidance on UI content and brackets
2022-10-24 15:02:02 +01:00
Allie Sadler 5179260655
fix release notes for containerd (#15956) 2022-10-24 13:19:07 +01:00
Allie Sadler 11c2274e53
wasm-patch (#15955)
* wasm-patch

* fix warning note
2022-10-24 11:52:12 +01:00
Michael Irwin 394d0488cd
Add documentation for Docker+Wasm (#15952)
* Add documentation for Docker+Wasm

* Fix issues discovered by linter

* Adjust text at the beginning of the doc and link to the blog post
2022-10-24 10:41:13 +01:00
Usha Mandya 4f5c82e80d
Merge pull request #15946 from docker-tools-robot/dispatch/compose-api-reference-v2.12.2
Update Compose reference API to v2.12.2
2022-10-24 10:08:24 +01:00
Andrei Silviu Dragnea 278f5954d5
Document legacy build vs BuildKit differences (#15477)
* Document Moby vs BuildKit differences

* Apply suggestions from code review

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-10-22 18:04:49 +00:00
Pedram Ashofteh-Ardakani 678d56c1e2
Docs: update sample application initiation in venv (#15506)
* Docs: update sample application initiation in venv

Until now, readers would install 'Flask' on their main system
python environment, freeze their entire packages, and grep only
the 'Flask' package! So they would be missing all the other
dependencies in their requirements file.

With this commit, a better practice is followed. First, create a
clean virtual environment, then install 'Flask' and freeze
everything into the requirements file.

Also, I recommend using 'python3 -m pip freeze' instead of 'pip3
freeze' while in the virtual environment. This is because
sometimes hidden quirks of 'pip' will ignore the actiavted
environment and freeze the entire python packages in the
system (e.g. in ArchLinux).

* Docs: update python sample testing application

In the previous commit, I forgot to update the 'Test the
application' section so that the users activate the virtual
environment first.

This commit fixes that.

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2022-10-21 14:47:24 -07:00
Craig Osterhout f01d1bc739
[Issue 15934] Update get started dockerfile steps (#15944)
* update dockerfile steps
2022-10-21 14:24:10 -07:00
milas df2e963c0a Update Compose reference API to v2.12.2
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 20:31:55 +00:00
Christian Dupuis a6ca0f3a42
Add CVE-2022-42889 and some cleanup (#15916)
* Add CVE-2022-42889 and some cleanup

* Update index.md

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-10-21 17:19:05 +00:00
Craig Osterhout 535a9c2c83
Merge pull request #15942 from craig-osterhout/remove-prompt
Remove $ prompt from code copy
2022-10-21 10:09:58 -07:00
craig-osterhout 6fa06e8174
remove $ prompt from code copy 2022-10-21 09:03:57 -07:00
Usha Mandya c8d2c7e6fc
Merge pull request #15941 from docker-tools-robot/dispatch/compose-api-reference-v2.12.1
Update Compose reference API to v2.12.1
2022-10-21 16:27:54 +01:00
glours f2403b64b0 Update Compose reference API to v2.12.1
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 14:59:58 +00:00
Allie Sadler f5a74852a7
ENGDOCS-1020 (#15857)
* ENGDOCS-1020

* fix broken links

* fix build

* add important note
2022-10-21 15:12:12 +01:00
jerae-duffin 3a191bfcd3
Merge pull request #15930 from jerae-duffin/ENGDOCS-1055
updated subscription
2022-10-21 08:15:59 -05:00
jerae-duffin ece511380a
Merge pull request #15931 from jerae-duffin/ENGDOCS-1056
Updated release notes
2022-10-21 08:15:36 -05:00
Allie Sadler 8f2c9e5d5e
update home page banner (#15940) 2022-10-21 13:21:53 +01:00
dependabot[bot] d29a1d87eb
Bump nokogiri from 1.13.8 to 1.13.9 (#15935)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.8...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 14:19:14 +02:00
Usha Mandya 88b4505061
Merge pull request #12906 from ralpha/patch-1
Add comments to `wait-for-postgres.sh`
2022-10-21 10:57:58 +01:00
David Karlsson 37ae672193
doc review: update ubuntu and debian installation guides (#15902) 2022-10-21 11:34:01 +02:00
Allie Sadler fb95c6bc75
Engdocs 1019 1021 (#15826)
* updated getting started guide

* toc update

* rearranging

* fix broken link

* fix broken links

* naming tweaks

* links fix

* add icon links
2022-10-21 09:55:54 +01:00
Craig Osterhout ad614f1d2c
[Issue 12622] Node.js guide - update example code (#15922)
* update server.js code
2022-10-20 13:32:12 -07:00
Jerae Duffin 84ff14957c updated release notes 2022-10-20 15:03:11 -05:00
Jerae Duffin 746afc20c5 updated subscription 2022-10-20 13:57:16 -05:00
Craig Osterhout 8ebd41f2f6
add nav buttons and fix title (#15890) 2022-10-20 09:46:57 -07:00
Bruno Sousa 8773df7f16
Add containerd release notes (#15921)
* Add containerd release notes for October release

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>

* add bug fixes header

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-10-20 13:02:02 +01:00
Allie Sadler 442300bc47
HD patch (#15923) 2022-10-20 10:06:42 +01:00
jerae-duffin 3a9998620a
Merge pull request #15913 from jerae-duffin/ENGDOCS-1046
Updated repo topics
2022-10-19 17:38:04 -05:00
Jerae Duffin 0f34b82c9b updated repo topics 2022-10-19 17:30:12 -05:00
Allie Sadler c4014cf222
add release link note (#15917)
* add release link note

* Update desktop/release-notes.md
2022-10-19 16:45:09 +01:00