Commit Graph

58901 Commits

Author SHA1 Message Date
CrazyMax
a9981de12f include(cli): fix liquid syntax error
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-31 08:20:45 +01:00
CrazyMax
7f7c26e332 jekyll: set liquid error mode to strict
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-31 08:20:45 +01:00
CrazyMax
a06ed8bc8e compose(uninstall): fix liquid syntax error
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-31 08:20:45 +01:00
Stephen Turner
d7c4578002 Add Mac double counting bug to Known Issues (#16011)
* Add Mac double counting bug to Known Issues

* Update desktop/troubleshoot/known-issues.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-28 14:31:15 +01:00
Usha Mandya
6c42afde0a Add a redirect for Django samples (#16009)
Signed-off-by: Usha Mandya <usha.mandya@docker.com>

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-28 13:15:27 +01:00
Allie Sadler
f0f1237f39 contribute fix and screenshot update (#16010) 2022-10-28 13:14:10 +01:00
Stefan Scherer
f4b7461dd9 Move compose samples to awesome-compose repo (#16001)
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-10-28 09:00:13 +01:00
Sebastiaan van Stijn
c4432a8df3 Merge pull request #15929 from usha-mandya/volumes-patch
Update Volumes, fix navigation
2022-10-27 18:43:06 -04:00
Craig Osterhout
da7b60072d [ENGDOCS-1012] Get started refresh part 1 & 2 (#15965)
* get started refresh part 1 and 2
2022-10-27 15:32:47 -07:00
jerae-duffin
1bf018d4a4 Merge pull request #15914 from jerae-duffin/ENGDOCS-1054
SSO restructuring
2022-10-27 16:05:35 -05:00
jerae-duffin
3440f139a0 Update single-sign-on/faqs.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2022-10-27 15:41:54 -05:00
jerae-duffin
1c58011be2 Merge pull request #15991 from jerae-duffin/ENGDOCS-1052
updated upgrade
2022-10-27 12:21:43 -05:00
David Karlsson
94d96d4bfe add data-hj-allow attribute (#16003) 2022-10-27 19:20:12 +02:00
David Karlsson
3af211683c update codeowners (#16002) 2022-10-27 18:35:01 +02:00
Daniel Schroeder
88fb637b8a Update tmpfs mounts example (#15817)
* Update "Mounts" example

In the original example, the "Mounts" field returned by `docker container inspect [CONTAINER]` was not shown. This may be too much data, but we should at least show the "Mounts" field so folks know what to look for.

* shortened the docker inspect example

Co-authored-by: David Karlsson <david.karlsson@docker.com>
2022-10-27 18:06:55 +02:00
David Karlsson
9c97e896ab removed polldaddy ID (#16000) 2022-10-27 15:32:31 +02:00
CrazyMax
98d9938975 jekyll: add hotjar for prod environment (#15978)
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>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-10-27 14:30:12 +02:00
David Karlsson
0d084752cf Merge pull request #15979 from crazy-max/remove-polldaddy
jekyll: remove polldaddy
2022-10-27 14:13:42 +02:00
Guillaume Lours
545de346d8 update Compose release notes for versions 2.12.0, 2.12.1 and 2.12.2 (#15988)
* update Compose release notes for versions 2.12.0, 2.12.1 and 2.12.2

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Improve release notes of Compose 2.12.x versions

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-27 08:51:56 +01:00
David Karlsson
8b7cc61d7b Merge pull request #15993 from crazy-max/ci-fix-fetch-depth
jekyll: fix fetch depth for last_modification_date on deploy
2022-10-27 08:30:28 +02:00
jerae-duffin
9cd8845c36 Merge branch 'main' into ENGDOCS-1054 2022-10-26 23:37:47 -05:00
Jerae Duffin
69bfa2f198 updated links 2022-10-26 23:34:13 -05:00
Jerae Duffin
3ec5ce1ccb updated links 2022-10-26 23:08:11 -05:00
jerae-duffin
dcee74d6d9 Merge pull request #15986 from fazlan-nazeem/main
Remove duplicated content in 'Teams and Organizations'
2022-10-26 20:56:08 -05:00
jerae-duffin
09ed620df4 Apply suggestions from code review 2022-10-26 20:49:13 -05:00
CrazyMax
a96dd76048 jekyll(fetch_remote): set fetch depth 0 if not a local build
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-27 00:07:44 +02:00
CrazyMax
5f1b0f4f36 ci(deploy): set fetch-depth to 0 with checkout action
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-26 23:59:04 +02:00
Craig Osterhout
ec5edc7949 [ENGDOCS-943] Create C# .NET language-specific guide (#15666)
* create .net guide
2022-10-26 13:56:54 -07:00
Jerae Duffin
7503db0e64 updated team 2022-10-26 13:50:02 -05:00
CrazyMax
0001d960fa Merge pull request #15267 from crazy-max/fix-sitemap-lastmod
jekyll: fix sitemap lastmod
2022-10-26 19:55:23 +02:00
Jerae Duffin
a05f254d20 fixed links 2022-10-26 11:01:58 -05:00
Allie Sadler
8d914977b5 Merge pull request #15987 from ismailarilik/patch-1
Update latest docker version
2022-10-26 15:11:08 +01:00
İsmail Arılık
a06e8976a5 Update latest docker version 2022-10-26 16:44:23 +03:00
CrazyMax
a16eff5814 jekyll: last modification date for remote resources
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-26 14:48:55 +02:00
Usha Mandya
d3314f86b1 Update Volumes, fix navigation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-26 10:57:31 +01:00
Fazlan Nazeem
a6ea7fd797 Remove duplicated content in 'Teams and Organizations' 2022-10-26 10:31:40 +01:00
David Karlsson
bc8fde23b9 doc refresh: Linux postinstall instructions (#15969)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-10-26 09:08:21 +00:00
CrazyMax
06908b36f5 jekyll: use git to fetch remote resources
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-26 06:12:36 +02: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
69f422b662 jekyll: remove polldaddy
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 21:16:56 +02: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