Commit Graph

56537 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 49ea13d89e
Merge pull request #13457 from thaJeztah/revert_service_accounts
Revert remove info on Service accounts
2021-09-02 23:10:58 +02:00
Sebastiaan van Stijn 9abe0b6ae1
Revert "Remove info on service accounts"
This reverts commit 41f9a7b03e.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 23:00:07 +02:00
Sebastiaan van Stijn 017a22c25b
Revert "Add redirect URL for service account"
This reverts commit f25bdd26a2.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 23:00:03 +02:00
Michael Šòdéké ac1df4d6a9
Updated `## Persist the todo data` section (#13434)
* Updated `## Persist the todo data` section

I provided a 3-step procedure from lines 81 to 102 on how to access the container's shell environment, since It was unclear how to access the `/etc/todos` directory. Also, nowhere, in the tutorial, was it mentioned that containers are *self-contained shell environments*. This information is crucial for beginners following along with the tutorial.

Take care.

* Second update

This update was due to a suggestion provided by @thaJeztah .
2021-09-02 18:01:34 +02:00
Usha Mandya 83d1fb372b
Merge pull request #13456 from thaJeztah/fix_copy_example
language/nodejs: un-wrap JSON in example to allow copying
2021-09-02 16:42:53 +01:00
Sebastiaan van Stijn fbd8c365c8
language/nodejs: un-wrap JSON in example to allow copying
The JSON string was wrapped, causing the highlighter to consider it "output",
which cannot be selected/copied in "console" blocks.

This unwraps the JSON so that it can be copied.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 16:56:29 +02:00
Sebastiaan van Stijn cecacbde49
Merge pull request #13454 from usha-mandya/engdocs-477
Update Desktop FAQ, remove info on Service accounts
2021-09-02 16:36:37 +02:00
Usha Mandya f25bdd26a2 Add redirect URL for service account
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-02 15:11:15 +01:00
Usha Mandya ca42b821eb
Merge pull request #13452 from thaJeztah/fix_get_docker_blocks
fix vertical size of "get docker" blocks
2021-09-02 14:10:20 +01:00
Sebastiaan van Stijn 81177c8b02
fix language guides markup
- force "nowrap"
- add "col-xs-12" to fix size on smaller sizes
- remove the "component-icon" div, as it was not styled

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 13:53:22 +02:00
Sebastiaan van Stijn a5da30abed
_scss: minor changes to styles for "get docker" blocks
Make the rule more specific, reduce margin around tiles, and remove
unneeded float.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 13:53:03 +02:00
Dan Bamikiya f3d07dd164
fix width of "get docker" blocks on `max-width: 768px` views 2021-09-02 13:50:50 +02:00
Sebastiaan van Stijn 1bdbd47e4a
fix vertical size of "get docker" blocks
This attempts to fix the problem where (on smaller windows), the text
flows out of the blocks.

This uses one of the solutions mentioned in https://stackoverflow.com/a/19695851/1811501,
with some additonal style changes.

Unfortunately, it introduces another issue, where (just before a break-point; after
the right-hand navigation is hidden, but before we switch to "mobile" / "small",
the blocks are wrapped, but no longer have equal _widths_.

See https://github.com/docker/docker.github.io/pull/13433#issuecomment-910843789

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 13:50:47 +02:00
Usha Mandya b42c220a34 Add links to blog and subscription faq
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-02 12:33:22 +01:00
Usha Mandya 41f9a7b03e Remove info on service accounts
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-02 11:58:42 +01:00
Nicolas De Loof 041277d14d
document compose.v2 new repository and RC3 release
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-09-02 12:34:00 +02:00
Usha Mandya 316fe44977
Merge pull request #13449 from thaJeztah/remove_duplicate_relnotes
remove duplicate "previous versions" release notes
2021-09-02 10:52:22 +01:00
Sebastiaan van Stijn e52febf7a2
remove duplicate "previous versions" release notes
This looks to have been accidentally committed in e73cdcf0f1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-01 17:19:49 +02:00
Usha Mandya a7b75447b0
Merge pull request #13447 from thaJeztah/tweak_whitespace
_scss: tweak white-space / margins
2021-09-01 12:50:20 +01:00
Sebastiaan van Stijn e41e522c13
_scss: tweak white-space / margins
- Reduce white-space after headings, so that the section content groups
  better with the heading
- Increase white-space before headings, so that sections are more separated
  from the previous sections.
- Reduce indentation of bullet-lists and numbered-lists. These lists are
  still indented slightly (5px), but reducing the indentation to make the
  layout a bit less "busy", and to give list-items slightly more width
  before content is wrapped.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-01 12:56:49 +02:00
Usha Mandya 903543e755
Merge pull request #13446 from thaJeztah/fix_nav_styles
_scss: fix some styling in the TOC
2021-09-01 11:44:40 +01:00
Sebastiaan van Stijn 165bb13623
_scss: fix some styling in the TOC
- fix margin at the top
- fix left-hand border from disappearing when hovering over the link
- fix indentation for active link (compensate for border-width)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-01 12:18:32 +02:00
Sebastiaan van Stijn 0da515a788
Merge pull request #13445 from usha-mandya/os-patch
Add link to licensing from the Desktop overview page
2021-09-01 12:02:49 +02:00
Usha Mandya 88d21f54cd Add link to OS licensing
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-01 10:43:44 +01:00
Usha Mandya a686f07d45
Merge pull request #13444 from thaJeztah/remove_temporary_params
_config.yml: remove temporary URL parameters
2021-09-01 10:00:13 +01:00
Sebastiaan van Stijn e7da31dbd6
_config.yml: remove temporary URL parameters
These URLs are now all final, so remove the paramters and move them inline.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-01 09:55:42 +02:00
Hrishikesh Kadam e06da34897
Update Getting Started Part 4
Mentioning sharing images in step 1 is ambiguous.
2021-08-31 23:55:28 +05:30
David Scott bf98fa37d0
Credit Alessio Dalla Piazza for discovering and analysing CVE-2021-37841 (#13414)
* Thank Alessio Dalla Piazza for discovering CVE-2021-37841

Signed-off-by: David Scott <dave.scott@docker.com>

* Also thank kevpar for useful discussion about the CVE

Signed-off-by: David Scott <dave.scott@docker.com>
2021-08-31 17:07:32 +01:00
Usha Mandya a05f170cbc
Merge pull request #13438 from usha-mandya/engdocs-461
Docs for subscription updates
2021-08-31 15:59:18 +01:00
Usha Mandya 8de2e1d4da Add image management docs, update release notes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:26 +00:00
Usha Mandya e73cdcf0f1 More updates related to subscription changes, address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:21 +00:00
Sebastiaan van Stijn 8c302969af Update download-links
Adjust text, add modal pop-up for browsers with JavaScript enabled, and show
EULA inline for browsers without JavaScript.

Added configuration options in the _config.json to set the correct URLs
once known.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-31 14:35:20 +00:00
Usha Mandya e8e7f7f05d First draft for subscription changes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:20 +00:00
Sebastiaan van Stijn 6332424085
Merge pull request #12920 from cc-wr/bugfix/fix-seccomp-typo
Fix apparent typo regarding seccomp filtering for the syscall clone
2021-08-27 17:33:26 +02:00
Sebastiaan van Stijn 9ec692e898
Merge pull request #13072 from ghodsizadeh/patch-1
Update deploying.md
2021-08-27 17:19:28 +02:00
Sebastiaan van Stijn 712caa1ac7
Merge pull request #13415 from cforsyth68/patch-1
Update 05_persisting_data.md
2021-08-27 17:17:38 +02:00
Usha Mandya a7bcb2b59d
Merge pull request #13388 from thaJeztah/update_engine_reference
engine: update reference docs with "console" code hints
2021-08-27 16:14:39 +01:00
Sebastiaan van Stijn 4c50937eff
Merge pull request #13108 from altimmons/patch-1
Update environment-variables.md to include critical syntax info
2021-08-27 16:42:45 +02:00
Sebastiaan van Stijn e88e1aa90c
Merge pull request #13080 from hastadhana/patch-1
Improve code formatting on README
2021-08-27 16:35:55 +02:00
Sebastiaan van Stijn 055130c6b5
Merge pull request #13420 from mjomble/patch-1
Fixed number of options in description
2021-08-27 16:06:02 +02:00
Sebastiaan van Stijn 60709ed648
Merge pull request #13423 from arvind-007/patch-1
Update build-images.md
2021-08-27 16:05:39 +02:00
Sebastiaan van Stijn a843bbcaa9
Merge pull request #13362 from zgfh/patch-1
Update troubleshoot.md
2021-08-27 16:04:50 +02:00
Sebastiaan van Stijn fb307b4d01
Merge pull request #13373 from rpatterson/patch-1
fix(yaml): Avoid bool type error
2021-08-27 16:02:53 +02:00
Sebastiaan van Stijn 1e0f13548b
Merge pull request #13413 from idvoretskyi/patch-1
Debian versions updated
2021-08-27 16:01:20 +02:00
Sebastiaan van Stijn c4c4e05ee4
Merge pull request #13394 from linuxmetel/patch-1
Update debian.md
2021-08-27 16:01:00 +02:00
Usha Mandya 2feae0d569
Merge pull request #13410 from thaJeztah/go_get_started_touchups
guides: use include for "create a Dockerfile" sections
2021-08-27 14:54:49 +01:00
Sebastiaan van Stijn b97db3206d
Merge pull request #13417 from gqqnbig/patch-1
Unset environment variables when uninstall rootless docker
2021-08-27 15:32:53 +02:00
Sebastiaan van Stijn ca993d3643
Merge pull request #13422 from AkihiroSuda/rootless-20210827
Rootless updates
2021-08-27 15:30:18 +02:00
arvind-007 23b029e358
Update build-images.md 2021-08-27 15:27:55 +05:30
Akihiro Suda 0908c993fe
rootless: suggest creating `docker.service.d/override.conf`, without modifying `docker.service` itself
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 18:07:32 +09:00