Eli Uriegas
3ef4de1180
Add not about NFS mounts for rootless data-root
...
NFS mounts are not currently supported for rootless data-root so there should probably be a note about it so no one gets confused when it doesn't work.
Errors for running rootless containers when your data-root is an NFS mount look like:
```
docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: open /root/.bash_logout: permission denied.
```
2021-08-03 11:35:19 -07:00
Usha Mandya
0d5e3ecf82
Merge pull request #13266 from dodsonmg/fix_golang_release_workflow
...
golang: Fix username mismatch issue in tutorial GitHub workflow
2021-08-03 15:53:14 +01:00
Usha Mandya
1ea93e1233
Merge pull request #13272 from usha-mandya/engdocs-457
...
Add K8s to the deploy app section
2021-08-03 15:46:32 +01:00
Usha Mandya
d7bd7353b3
Add K8s to the deploy app section
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-03 14:20:27 +01:00
CrazyMax
e1ad0b67f3
Update buildx docs ( #13267 )
...
* Update buildx docs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
* Minor style updates
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-08-03 10:38:41 +01:00
dodsonmg
65587b2239
Fix username mismatch issue in GitHub workflow
...
Correctly handles mismatch between GitHub and Docker Hub usernames.
2021-08-01 13:46:39 +01:00
Aaryan Porwal
6531e8ef21
Update build-images.md ( #12843 )
...
* Update build-images.md
Small typos in the documentation, which may lead to confusion.
* Inspiration from node.js docs
Added documentation for why we copy `package*.json` before copying the whole directory. Checkout: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/#creating-a-dockerfile .
The node.js docs has more optimized code too (using `npm ci` instead of `npm install`) which can be used here too.
* Fixed review provided and removed some weird whitespaces
2021-07-30 13:56:05 +01:00
Nahin Khan
33576a4efb
Update orchestration.md ( #13252 )
...
* Update orchestration.md
* Minor style and copyedits
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-30 10:24:33 +01:00
Sebastiaan van Stijn
e6ce70a102
Merge pull request #13061 from ralgozino/patch-1
...
#docker-library has moved from Freenode to Libera.chat
2021-07-30 11:24:07 +02:00
Usha Mandya
4dc57d9c9d
Merge pull request #13259 from thaJeztah/fix_buildkit_link
...
Fix broken link to BuildKit page, and remove mention of 18.09
2021-07-30 10:21:47 +01:00
Sebastiaan van Stijn
e6124c9bee
Update docker-hub/official_images.md
...
Co-authored-by: Tilo Spannagel <development@tilosp.de>
2021-07-30 11:17:07 +02:00
Usha Mandya
347073cfd2
Merge pull request #13253 from mnahinkhan/patch-2
...
Update configure-ci-cd.md
2021-07-30 10:16:46 +01:00
Sebastiaan van Stijn
568308c890
Merge pull request #13236 from qmacro/patch-2
...
be explicit about having a breakpoint-able line
2021-07-30 11:15:53 +02:00
Usha Mandya
6f29a10ddd
Merge pull request #13255 from mark-dr/replace-product-badges-in-screenshots
...
Update Verified Publisher screenshot to show new badges
2021-07-30 10:09:00 +01:00
Sebastiaan van Stijn
d47497da2f
Fix broken link to BuildKit page, and remove mention of 18.09
...
Markdown links don't work well in include files, so use a plain "HTML" link
instead.
Also removing the mention of Docker 18.09. Docker 18.09 has been released
3 years ago, so users not yet on that release (or up) did not update their
docker install for 3 years, which should be "rare" (hopefully)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-30 11:08:55 +02:00
Usha Mandya
a796364aaa
Merge pull request #13256 from thaJeztah/fix_link
...
fix missing stubs and TOC entries for docker compose
2021-07-30 09:42:35 +01:00
Sebastiaan van Stijn
54ed39dd1e
fix missing stubs and TOC entries for docker compose
...
Also updated one link in language/golang to .md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-30 10:22:35 +02:00
Mark H
56b37689be
Replace verified publisher screenshot to show new badges
2021-07-30 08:43:36 +01:00
Nahin Khan
fb0f050656
Update configure-ci-cd.md
2021-07-30 03:26:34 +03:00
Usha Mandya
86d0ee1607
Merge pull request #13221 from usha-mandya/engdocs-453
...
Update get started docs to use BuildKit for building images
2021-07-28 22:54:46 +01:00
Usha Mandya
5d8ed04758
Wrap lines in buildkit example
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-28 17:01:14 +01:00
Usha Mandya
e6c46f7cc9
Merge pull request #13242 from tomgonzo/patch-1
...
Update index.md
2021-07-28 16:58:30 +01:00
jerae-duffin
c6e5fe142d
Fixed Broken Link ( #13234 )
...
* fixed broken link
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-07-28 16:15:05 +01:00
Usha Mandya
0726a7d7aa
Merge pull request #13245 from thaJeztah/update_log_locations
...
troubleshoot: update locations for daemon logfiles
2021-07-28 15:58:49 +01:00
Sebastiaan van Stijn
8c2f999eae
troubleshoot: update locations for daemon logfiles
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-28 14:38:38 +02:00
Tomas Gonzalez
418814920d
Update index.md
...
minor typo... sync to snyk
2021-07-27 17:51:35 -04:00
DJ Adams
68001ae96c
be explicit about having a breakpoint-able line
2021-07-27 10:37:00 +01:00
jerae-duffin
4eb588bfbc
Merge pull request #13219 from jerae-duffin/ENGDOCS-455
...
Updated Managing access tokens
2021-07-26 09:56:36 -05:00
Sebastiaan van Stijn
c7ac1dae93
Merge pull request #13232 from amineck/access-token-redir
...
Add a stable url for Personal Access Tokens
2021-07-26 16:35:24 +02:00
Amine Chouki
14e81823bd
Add a go/redirect file for Personal Access Tokens
...
Signed-off-by: Amine Chouki <amine.chouki@docker.com>
2021-07-26 10:23:50 -04:00
Usha Mandya
3a7a582e4e
Add buildkit example for Nodejs run tests
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-23 13:03:49 +01:00
Usha Mandya
b1674e814e
Update get started docs to use BuildKit for building images
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-23 12:06:18 +01:00
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
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
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