Usha Mandya
31109b1819
Merge pull request #13183 from andchar/patch-1
...
fixed path to ci.yml
2021-07-23 10:48:48 +01:00
Usha Mandya
f857e80221
Merge pull request #12938 from lirantal/patch-1
...
Feat: adding Node.js specific learning resources for developers building with Docker
2021-07-23 10:47:08 +01:00
Usha Mandya
3750dd7a64
Merge pull request #12927 from orkunincili/patch-1
...
Update resource_constraints.md
2021-07-23 10:45:32 +01:00
Usha Mandya
983429aecb
Merge pull request #13181 from QKflame/patch-1
...
Update run-tests.md
2021-07-23 10:24:51 +01:00
Jerae Duffin
8c179600ae
updated managing PAT
2021-07-22 13:32:08 -05:00
Usha Mandya
9f79479bda
Merge pull request #13218 from docker/master
...
Publish updates from master
2021-07-22 15:51:30 +01:00
Usha Mandya
d36953ee58
Merge pull request #13217 from usha-mandya/scan-cta-update
...
Update scan CTA to use the new design
2021-07-22 15:46:29 +01:00
Usha Mandya
afd7c1fff9
Update scan CTA to use the new design
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-22 15:34:21 +01:00
Usha Mandya
3aadce6514
Merge pull request #13216 from docker/revert-13200-IL-25-disable-hardware-acceleration
...
Revert "Disable hardware acceleration option"
2021-07-22 14:24:43 +01:00
Usha Mandya
7c5c864a26
Revert "Disable hardware acceleration option ( #13200 )"
...
This reverts commit 34ceaa8f5b .
2021-07-22 14:08:19 +01:00
Trung Nguyen
34ceaa8f5b
Disable hardware acceleration option ( #13200 )
...
* Disable hardware acceleration option
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com>
* Rephrase the suggested update
* Update desktop/faqs.md
Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com>
* Indicate disableHardwareAcceleration option in settings.json
* Apply suggestions from code review
Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com>
* Minor styling update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com>
2021-07-22 13:34:16 +01:00
Usha Mandya
8a1f0097f7
Merge pull request #13209 from docker/master
...
Publish updates from master
2021-07-21 16:25:41 +01:00
Usha Mandya
b0022ea68e
Fix a grammar issue ( #13212 )
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-21 16:16:18 +01:00
Usha Mandya
425e845857
Merge pull request #13210 from gtardif/devenv_ssh_add
...
ssh-add private key
2021-07-21 14:22:30 +01:00
Guillaume Tardif
c560ab27a8
ssh-add private key
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-07-21 14:35:37 +02:00
Usha Mandya
56ab91a3d2
Merge pull request #13179 from theBeginner86/typos_in_language_file
...
Typos Fixed in the run-container.md files of language folder
2021-07-21 11:35:20 +01:00
Usha Mandya
d0b0621183
Merge pull request #13204 from glours/dev-envs-windows-git-install
...
add a section to explain how to setup GIT on windows for dev environm…
2021-07-21 11:30:16 +01:00
Usha Mandya
3afec9c587
Merge pull request #13208 from thaJeztah/fix_copy_examples
...
Fix Dockerfile COPY/ADD examples without a trailing slash
2021-07-21 11:17:59 +01:00
Usha Mandya
040dc728bf
Fix a grammar issue
2021-07-21 11:17:09 +01:00
Sebastiaan van Stijn
5011f61213
Fix Dockerfile COPY/ADD examples without a trailing slash
...
When copying files to a destination directory, the classic builder requires
the destination to have a trailing slash (to indicate the target is a _directory_.
not a filename). BuildKit is a bit more flexible in this, and will assume the
target is a directory, but users following the example with buildkit disabled
might see an error message, e.g.:
Sending build context to Docker daemon 3.072kB
Step 1/2 : FROM busybox
---> 69593048aa3a
Step 2/2 : COPY *.go .
When using COPY with more than one source file, the destination must be a directory and end with a /
It doesn't hurt to be explicit, so this patch updates some examples to prevent
this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-21 12:03:31 +02:00
Guillaume Lours
172134f7d5
remove the previous quote block to describe Git installation
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-07-21 10:26:43 +02:00
Guillaume Lours
cdee16fe9a
Update desktop/dev-environments.md
...
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-21 10:16:40 +02:00
Usha Mandya
953d8fb7d4
Merge pull request #13205 from docker/master
...
Publish updates from master
2021-07-20 18:34:05 +01:00
Josh Newman
c5b1a6ad00
Add access tokens API documentation ( #13174 )
...
* feat(hub-api): Add access tokens API documentation.
Also added improvements including
- improvements to slugs (ids) using standard swagger naming conventions
- rate limiting section
- minor verbiage changes to existing docs for clarity
* chore(hub-api): Update PAT description on scopes
* ref(hub-api): Remove periods
* feat(hub-api): Add suggested note on limits
* ref(hub-api): Improve styling for hub-api docs
* chore(hub-api): Update verbiage
* Update docker-hub/api/latest.yaml
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* chore(hub-api): Update access token verbiage
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-20 12:26:43 -05:00
jerae-duffin
7f3af332cc
Updated content ( #13084 )
...
* updated content
* fixed typo
* fixed formatting
* fixed note images format
* Fixed attribute
* updated note
* added matrix
* updated formatting
* updated note
* formatting
* updated note
* removed sentence
* added API
* updated API info
* updated API info
* removed file
* Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update docker-hub/access-tokens.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-07-20 12:26:13 -05:00
Guillaume Lours
1d82ed7319
Update desktop/dev-environments.md
...
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2021-07-20 18:12:38 +02:00
Usha Mandya
eb7163503b
Merge pull request #13190 from usha-mandya/engdocs-448
...
Update CTAs to use the new design
2021-07-20 16:29:21 +01:00
Guillaume Lours
8ae450acf5
add a section to explain how to setup GIT on windows for dev environments
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-07-20 17:22:02 +02:00
jerae-duffin
51be46ad0d
Removed Play with Docker ( #13182 )
...
* removed PWD
* updated hosted labs
* removed PWD footer
2021-07-20 15:54:13 +01:00
Usha Mandya
caf1b07c07
Update CTA verbiage from review comments
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-20 11:35:15 +01:00
Usha Mandya
f2691f0390
Ensure the upgrade URL opens in a new tab
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-20 10:59:30 +01:00
cuilei
8b1610c1d6
Fix [docker-compose run] link ( #13197 )
...
* Fix [docker-compose run] link
* Update the syntax and fix broken links
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-19 11:52:02 +01:00
Usha Mandya
f61d7fdfd8
Update CTAs to use the new design
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 18:38:51 +01:00
Usha Mandya
374e96783c
Merge pull request #13189 from docker/master
...
Publish updates from master
2021-07-16 17:46:00 +01:00
Usha Mandya
63e9e09a9e
Update the dark-mode font to white
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 16:53:53 +01:00
Usha Mandya
101fdd2a8a
Merge pull request #13187 from usha-mandya/docker-scan-cta
...
Add CTA on Docker scan
2021-07-16 16:11:53 +01:00
Usha Mandya
f5c6fe1357
Add CTA on Docker scan
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 15:29:46 +01:00
andchar
91c021ab3e
fixed path to ci.yml
2021-07-15 08:03:07 +03:00
QKflame
16e3321138
Update run-tests.md
2021-07-14 23:47:32 +08:00
theBeginner86
7681fec4b7
Typos fixed
2021-07-14 02:01:27 +05:30
Usha Mandya
ceb529379a
Merge pull request #13176 from docker/master
...
Publish updates from master
2021-07-13 11:42:55 +01:00
Usha Mandya
df661019a6
Merge pull request #13150 from KolinHuang/patch-2
...
Update 08_using_compose.md
2021-07-13 11:13:01 +01:00
Usha Mandya
fe46aa5c1f
Merge pull request #13142 from Sammeeey/patch-3
...
Adjusted sentence to make more clear what to do
2021-07-13 11:06:43 +01:00
Usha Mandya
1faeb961ad
Merge pull request #13138 from Sammeeey/patch-2
...
Add "-dev"-suffix to new image
2021-07-13 11:03:55 +01:00
Usha Mandya
6cfaf02373
Merge pull request #13171 from mark-dr/fix-upgrade-cta-night-mode
...
Improve upgrade CTA for dark mode, add header property
2021-07-13 10:59:43 +01:00
Usha Mandya
7476ac6b8a
Clarify the statement
2021-07-13 10:57:24 +01:00
Usha Mandya
74c89da109
Merge pull request #13172 from rene-hermenau/patch-2
...
daemon.json does not exist in a fresh docker install - Update json-file.md
2021-07-13 10:52:07 +01:00
Usha Mandya
eaeb678512
Merge pull request #13131 from tianon/patch-1
...
Update hello-world ref to clarify it is source only
2021-07-13 10:30:21 +01:00
Mark H
86b24990ee
Update styles for dark mode, add general bootstrap overrides
2021-07-13 09:53:30 +01:00
Usha Mandya
e36365ab52
Merge pull request #13169 from usha-mandya/engdocs-446
...
Clarify how to open the Docker menu on Windows
2021-07-12 14:14:44 +01:00