Commit Graph

57027 Commits

Author SHA1 Message Date
Yves Brissaud
117dfca0fc add endpoint to edit repository (#14324)
* add endpoint to edit a repository configuration

User can edit:
- description
- full description (readme)
- visibility (public or private)

Also added needed route to be able to login using a 2FA.

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>

* rename repository tag to repositories

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>

* improve the examples and 404 on edit repo

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
2022-03-09 16:21:48 +00:00
jerae-duffin
22fe2b449b Merge pull request #14344 from jerae-duffin/ENGDOCS-593
updated downgrade
2022-03-08 10:43:17 -06:00
Jerae Duffin
6aaddd586e updated downgrade 2022-03-08 09:43:34 -06:00
Usha Mandya
8b55b120e9 Merge pull request #14345 from usha-mandya/engdocs-591
Add banner on community all hands
2022-03-04 18:56:09 +00:00
Usha Mandya
cd3d36e982 Add banner on community all hands
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-04 18:47:58 +00:00
Usha Mandya
74164c9a6a Merge pull request #14323 from QuantumGhost/patch-1
Update compose-file-v3.md
2022-03-03 14:11:42 +00:00
Federico Ruggi
4142378ae4 Webhooks: remove images property, drop scientific notation for timestamps (#14338)
* remove images property, drop scientific notation

* drop scientific notation for creation date
2022-03-03 14:10:52 +00:00
Usha Mandya
d2fc94fae1 Merge pull request #14330 from usha-mandya/engdocs-584
Add admin section in the toc to surface admin tasks
2022-03-02 15:56:00 +00:00
Usha Mandya
243a2c8cc8 Merge pull request #14322 from ahmedou-yahya/doc-fixes
DOC minor fixes
2022-03-02 15:47:50 +00:00
Usha Mandya
b09bb4c0dd Merge pull request #14327 from jerae-duffin/ENGDOCS-571
updated support questions
2022-03-02 15:45:35 +00:00
Usha Mandya
dcd7439761 Add admin section in the toc to surface admin tasks
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-02 12:13:35 +00:00
Jerae Duffin
e104872cc4 updated support questions 2022-03-01 16:27:33 -06:00
QuantumGhost
d0e96b140a Update compose-file-v3.md
The docs says `deploy` does not work for `docker-compose`, however, the `deploy.resources` do work.

ref: https://sourcegraph.com/github.com/docker/compose@v2/-/blob/pkg/compose/create.go?L511-514
2022-03-01 14:36:42 +08:00
Sebastiaan van Stijn
d62a98d917 Merge pull request #14310 from usha-mandya/engdocs-586
Remove Slack integration from toc
2022-02-28 15:01:43 +01:00
Usha Mandya
3446ff50ec Remove Slack integration from toc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-28 11:37:47 +00:00
19092
5e03b90d84 fix typos in ci-cd github-actions 2022-02-28 11:07:12 +00:00
Usha Mandya
c3cb5785f1 Merge pull request #14309 from usha-mandya/engdocs-587
Add includes file for registry.json config
2022-02-25 16:22:33 +00:00
Usha Mandya
a166dc017d Add includes file for registry.json config
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-25 16:05:48 +00:00
Usha Mandya
8d2682cac0 Merge pull request #13898 from humphd/patch-1
Update run-tests.md
2022-02-25 11:49:44 +00:00
Usha Mandya
0a1c0aebd7 Merge pull request #14022 from Flyingmana/patch-1
add Deprecated warning to --log-level argument
2022-02-25 11:49:26 +00:00
prk0ghy
dee8939fee Add information on compose usage. (#14244)
* Add information on compose usage.

Add information on how to declare a bind mount in docke compose.

* Apply suggestions from code review

* Update storage/bind-mounts.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-25 11:14:54 +00:00
Usha Mandya
f4b06da7b4 Merge pull request #14273 from gnumoksha/patch-1
fix(cli-command): handle $DOCKER_CONFIG env var
2022-02-25 11:06:50 +00:00
Usha Mandya
ee0fbd1564 Merge pull request #14263 from NaincyKumariKnoldus/fix
Added Exposing port
2022-02-25 11:05:54 +00:00
Usha Mandya
1c402e7fbf Merge pull request #14272 from ValeriiMakhniuk/patch-1
add link to volumes.md docs
2022-02-25 11:04:47 +00:00
Usha Mandya
cd5c5032d7 Merge pull request #14257 from danBamikiya/link-to-docker-compose-repo-for-reference-fixes
Add link to Docker Compose repo to fix reference text
2022-02-25 11:04:17 +00:00
Usha Mandya
9c63f89aac Update language/nodejs/develop.md 2022-02-25 11:01:06 +00:00
Cyprien
98388fe7a3 Note about Windows paths for self-signed certificates (#14250)
* Comment Windows paths for self-signed certificates

The documentation is misleading as colons are not allowed in paths in Windows, so it might be useful to be explicit about it.

* Apply suggestions from code review

Removing the colon as the docs are specific to Windows.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-25 10:59:55 +00:00
Usha Mandya
a9c8be8783 Merge pull request #14280 from relsqui/patch-1
Fix permissions in buildkit ssh forwarding example.
2022-02-25 10:57:29 +00:00
jerae-duffin
1e982e5d7a Registry Access Management (#14300)
* new doc

* updated registry.json

* Apply suggestions from code review

* added image

* updated image

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-24 14:53:42 -06:00
Usha Mandya
608d1911de Merge pull request #14299 from ashleyo/patch-1
Update cli-command-compatibility.md
2022-02-24 14:46:43 +00:00
Usha Mandya
f8ffc90583 Merge pull request #14236 from haripriya1909/patch-1
Update overview.md
2022-02-24 14:41:22 +00:00
Usha Mandya
d3180f43d2 Merge pull request #13918 from michsarg/patch-1
Fix to no password error on database run
2022-02-24 14:27:37 +00:00
Usha Mandya
4321040eb7 Merge pull request #13919 from villevaltonen/patch-2
Adding --delete-untagged to registry garbage collection docs
2022-02-24 14:27:16 +00:00
Usha Mandya
3bf0233899 Merge pull request #13958 from andrewsurrey/patch-1
Update networking.md
2022-02-24 14:26:23 +00:00
Usha Mandya
00c4712a3b Merge pull request #14242 from slhck/patch-1
fix missing backslash in gcplogs documentation
2022-02-24 14:20:25 +00:00
OGUNSOLA USMAN ADEBAYO
f5ed385f5b Update develop.md (#14025)
* Update develop.md

- provided more clarity to the structure of the mongo database connection string used as CONNECTIONSTRING environment variable to run the docker image in the sample node.js project.

* Update develop.md
2022-02-24 14:15:46 +00:00
Usha Mandya
3d884a7138 Merge pull request #14235 from danBamikiya/configure-ci/cd-reorder
Ammend PAT setup section in Go language guide
2022-02-24 14:15:03 +00:00
Ashley Oliver
09d321b014 Update cli-command-compatibility.md
Correct spelling/typos
2022-02-23 15:06:07 +00:00
Usha Mandya
05cba5141b Merge pull request #14293 from usha-mandya/engdocs-582
Add onboarding FAQs
2022-02-23 09:33:07 +00:00
jerae-duffin
982158dd3e updated SSO docs (#14279)
* updated SSO docs

* Update single-sign-on/index.md

Co-authored-by: Josh <git@technicallyjosh.com>

* Update single-sign-on/index.md

Co-authored-by: Josh <git@technicallyjosh.com>

* Update single-sign-on/index.md

Co-authored-by: Josh <git@technicallyjosh.com>

* Update single-sign-on/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update single-sign-on/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Josh <git@technicallyjosh.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-22 13:05:07 -06:00
Usha Mandya
aaee0f1e83 Add onboarding FAQs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-22 17:39:56 +00:00
Kelvin Tay
77f5bef236 update notes on next-steps for CI/CD best-practices (#14289)
* Update best-practices.md

- added a link w.r.t. to Docker Hub Rate Limits
- removed the description around "recent updates" since this may not age well over time.
- split the sentence into 2 for _hopefully_ better readability

* Update ci-cd/best-practices.md

* Add relative path to link to Download rate limit

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-22 15:07:46 +00:00
Usha Mandya
34e80100f6 Merge pull request #14285 from mat007/add-cve-to-desktop-release-notes
Move Docker Desktop release security note to correct version
2022-02-22 09:55:18 +00:00
Mathieu Champlon
1b57b3a2b2 Move security note to correct version 2022-02-18 20:33:55 +01:00
Usha Mandya
1f96a01097 Merge pull request #14277 from mat007/add-cve-to-desktop-release-notes
Add CVE mentions with brief descriptions to Docker Deskop release notes
2022-02-18 19:03:18 +00:00
Mathieu Champlon
8f2705816f Add CVE mentions with brief descriptions 2022-02-18 18:51:10 +01:00
Finn Ellis
0508c664d2 Directories need the executable bit set. 2022-02-17 15:40:55 -08:00
Tobias Sette
5e58b08078 fix(cli-command): handle $DOCKER_CONFIG env var 2022-02-16 14:34:31 -03:00
Valerii Makhniuk
6617ca3c95 add link to volumes.md docs 2022-02-16 20:32:31 +03:00
Usha Mandya
7d070ddcac Merge pull request #14260 from jakelevirne/patch-1
Minor typo - fixed case
2022-02-16 14:05:05 +00:00