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
Usha Mandya
8434eb0b0f
Merge pull request #13825 from usha-mandya/image-pull-patch
...
Explicitly state the hourly timeframe for pull rate limits
2022-02-16 09:57:28 +00:00
Mathieu Champlon
2a52d62bdf
Add release notes for Docker Desktop 4.5.1 ( #14265 )
...
* Add release notes for 4.5.1
* Add more information about how to work around Desktop 4.5.0 issue
* Remove link to 4.5.0 to prevent more users using it
* Update release date
2022-02-15 10:41:43 +00:00
jerae-duffin
7b961b64ec
Merge pull request #14249 from jerae-duffin/ENGDOCS-566
...
updated FAQs
2022-02-14 10:43:33 -06:00
knoldus
1b9c94b166
added expose in file
2022-02-14 14:51:50 +05:30
Jake Levirne
3d9c6aff71
Minor typo - fixed case
2022-02-13 17:10:21 -05:00
Sebastiaan van Stijn
49cbf196fa
Merge pull request #14001 from th0bse/patch-1
...
Add ipv6 switch to network creation
2022-02-11 23:41:51 +01:00
Jerae Duffin
bcd13ee18c
updated links
2022-02-11 16:41:35 -06:00
Dan Bámíkíyá
da03cff6d7
Add link to Docker Compose repo to fix reference text
2022-02-11 15:52:36 +01:00
jrudel
abddcbce76
Move example of symbolic link closer to related text ( #14228 )
...
* Move example of symbolic link closer to related text
This is to co-locate the text explaining why a symbolic link might be required with the example of the symbolic link creation. This will make it more clear that the symbolic link example is related to the note immediately above.
* Insert line break prior to example
* Fix indentation of quote block
It now matches the indentation of the instructions code blocks and other quote blocks.
2022-02-11 14:01:16 +00:00
Usha Mandya
8462ac28ee
Merge pull request #14102 from gbtec-markusmeier/patch-1
...
fix location of compose switch install script
2022-02-11 10:17:47 +00:00
Felipe Cruz Martinez
3652fb1869
Include the `vscode` explanation in dev envs ( #14030 )
...
* Include the `vscode` explanation in dev envs
Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2022-02-11 10:19:09 +01:00
Usha Mandya
d4e08655ee
Merge pull request #14253 from ulyssessouza/bump-4.5.0
...
Add DD 4.5.0 changelogs
2022-02-10 18:35:12 +00:00
Ulysses Souza
7f3277053c
Add DD 4.5.0 changelogs
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2022-02-10 19:24:25 +01:00
Usha Mandya
738098e30a
Merge pull request #14248 from StefanScherer/avoid-port-5000
...
Use host port 8000 to avoid conflicts on macOS Monterey
2022-02-10 14:58:42 +00:00
Jerae Duffin
9c179a81e8
updated FAQs
2022-02-09 09:39:12 -06:00
Stefan Scherer
bcc2a90f52
Use host port 8000 to avoid conflicts on Monterey
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-02-09 13:05:34 +01:00
Usha Mandya
9afff3c87d
Merge pull request #14220 from usha-mandya/orgs-update-patch
...
Revamp the Teams and Orgs page
2022-02-08 15:31:51 +00:00