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
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
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
theBeginner86
7681fec4b7
Typos fixed
2021-07-14 02:01:27 +05:30
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
René Hermenau
45d6a89299
Update json-file.md
...
The file daemon.json does not exist in a fresh docker install in Ubuntu
2021-07-12 13:16:50 +02:00
Mark H
c45879262e
Improve upgrade CTA for dark mode, remove some now-unused variables from notes restyles
2021-07-12 12:00:44 +01:00
Usha Mandya
e1c234971a
Clarify how to open the Docker menu on Windows
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-12 10:58:17 +01:00
Usha Mandya
0e3f31e807
Merge pull request #13158 from mark-dr/restyle-alerts
...
Restyle notification banners
2021-07-12 10:49:06 +01:00
Usha Mandya
03971ffdf6
Merge pull request #13168 from mark-dr/add-upgrade-cta-widget
...
Add upgrade CTA widget
2021-07-12 10:48:54 +01:00
Usha Mandya
f006c43422
Merge pull request #13161 from theBeginner86/run_cont_py_docs_typo
...
Typo Fixed In the File: language/python/run-containers.md
2021-07-12 10:31:51 +01:00
Mark H
c84baca51c
Add upgrade CTA mixin
2021-07-12 09:47:27 +01:00
Mark H
c12de0a87a
Add color palette definitions
2021-07-12 09:07:16 +01:00
Mark H
124b62fcd1
Add .editorconfig
2021-07-12 09:07:16 +01:00
Mark H
0494008636
Add .prettierignore
2021-07-12 09:07:16 +01:00
theBeginner86
3831ba50c9
typo fixed
2021-07-10 11:15:30 +05:30
Mark H
a23f70d048
Remove redundant SASS module reference
2021-07-09 17:01:20 +01:00
Mark H
79a6e2879d
Swap ad-hoc colours for palette colours
2021-07-09 16:58:53 +01:00
Mark H
1655359a98
Add new purple alert type
2021-07-09 16:58:53 +01:00
Mark H
d67f803770
Define new theme for notifications
2021-07-09 16:58:53 +01:00
Mark H
79e36c14a0
_notes.scss: Refactor how different note styles are defined
2021-07-09 16:58:53 +01:00
Mark H
8441af3931
_notes.scss: Simplify handling of legacy notes
2021-07-09 16:58:53 +01:00
Mark H
7f1fd5c52c
Add color palette definitions
2021-07-09 16:58:53 +01:00
Mark H
1158a25c87
Add .editorconfig
2021-07-09 16:44:19 +01:00
Mark H
4addf1bba7
Add .prettierignore
2021-07-09 12:06:25 +01:00