Commit Graph

55878 Commits

Author SHA1 Message Date
Usha Mandya 549ccdb99b Clarify step on creating a bootstrap gemfile
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-30 12:10:51 +01:00
Usha Mandya 5bf7caf5cc Remove extra spaces in the yaml file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-30 12:02:45 +01:00
Usha Mandya 65066df8f9
Merge pull request #12781 from usha-mandya/hvs-378
Update screenshot for HVS
2021-04-30 11:30:32 +01:00
Usha Mandya 8dafcaf43a Update screenshot for HVS
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-30 11:12:50 +01:00
Usha Mandya 205d88c828
Merge pull request #12761 from ajbovaird/fix_yaml_indentation
Fix YAML indentation for CI/CD guides
2021-04-30 10:22:13 +01:00
Usha Mandya 7d0c9fd79a
Merge pull request #12737 from lorenrh/update-kubernetes-docs
Remove references to Docker Stack
2021-04-30 09:54:22 +01:00
Usha Mandya 548e92b713
Merge pull request #12774 from tedhexaflow/patch-1
Fix broken link
2021-04-29 23:33:54 +01:00
TED 558ab5e179
Fix broken link 2021-04-29 15:17:20 +07:00
Emilie Franchomme b43de596e1
Add a link to Hub API doc from Reference overview page (#12765)
* Add a link to Hub API doc from Reference index

* Minor update

* Fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-28 20:43:56 +01:00
Usha Mandya d20dc3fffe
Merge pull request #12762 from usha-mandya/hub-5126
Docs for 2FA recovery code update
2021-04-28 20:26:59 +01:00
Usha Mandya 143ada0f2a
Merge pull request #12769 from usha-mandya/12763-fix
Fix a broken link
2021-04-28 18:06:51 +01:00
Usha Mandya af2645a67a Fix a broken link
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-28 16:02:08 +01:00
Usha Mandya 820ff5e644
Merge pull request #12764 from thaJeztah/no_caps
_scss: don't use "all caps" for H4
2021-04-28 14:47:53 +01:00
Sebastiaan van Stijn 55c95836dd
_scss: don't use "all caps" for H4
Change H4's to not be presented in "all caps". To compensate, the font
size is increased from 16px to 18px (otherwise it would be the same size
as H5 headings).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-28 14:38:01 +02:00
Usha Mandya 89be5acf8b Docs for 2FA recovery code update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-28 10:55:44 +01:00
AJ Bovaird 496ac045d4 Fix YAML indentation for java CI/CD guide 2021-04-27 10:51:30 -04:00
AJ Bovaird 3964047c04 Fix YAML indentation for nodejs CI/CD guide 2021-04-27 10:50:45 -04:00
AJ Bovaird 0f1c5cbd60 Fix YAML indentation for python CI/CD guide 2021-04-27 10:44:40 -04:00
Usha Mandya d804b08495
Merge pull request #12746 from porterdarby/patch-1
`condition` is supported for `depends_on`
2021-04-27 13:17:45 +01:00
Usha Mandya 6a90c2b474
Merge pull request #12266 from novakivanovski/patch-1
Self-signed certificate with Kubernetes fix
2021-04-27 10:36:41 +01:00
Usha Mandya 0265785bc9
Merge pull request #12755 from zappy-shu/HUB-5515-list-images-current-tag-filter
Doc currently_tagged filter for image list API
2021-04-27 09:36:02 +01:00
Nick Adcock 1027c43e4d Doc currently_tagged filter for image list API
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-04-27 09:02:03 +01:00
Sebastiaan van Stijn 9eea63bdb3
Merge pull request #12750 from usha-mandya/nodejs-cleanup-patch
Remove duplicate docs
2021-04-26 20:13:09 +02:00
Guillaume Tardif 68aed40bf9
Remove more incompatible flags (#12751)
* Remove more incompatible flags

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-26 17:47:04 +01:00
Usha Mandya c6eb57a45d Remove duplicate docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 15:43:24 +01:00
Usha Mandya 2142f1fbc6
Merge pull request #12749 from usha-mandya/m1-cleanup-patch
Remove M1 doc
2021-04-26 15:42:24 +01:00
Usha Mandya ab200c673c Remove M1 doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 15:14:18 +01:00
Usha Mandya 5b33a4ec57
Merge pull request #12743 from thaJeztah/fixup_samples
Fix samples redirect, and remove old sshd from TOC
2021-04-26 09:41:58 +01:00
Usha Mandya 27b31d4758
Add Java get started guide (#12725)
* Adg Java get started guide

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix alignment issues

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix style issues

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 09:37:29 +01:00
Porter Darby c947472050
`condition` is supported for `depends_on`
Removed a statement about `condition` not being supported for `depends_on` in Version 3, as it is supported.
2021-04-24 22:05:45 -04:00
Sebastiaan van Stijn 9ddb934f04
Fix samples redirect, and remove old sshd from TOC
- The /samples/wordpress/ location collided with an old redirect
  to the official images, so removed the redirect
- Removed the sshd example from the table and TOC, as the example
  was removed, and now pointing to an alternative examples. The
  page is kept for people that may have bookmarked it, but no
  need to include it in the navigation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-24 11:33:17 +02:00
Sebastiaan van Stijn 0ea0a6173f
Merge pull request #12647 from benmccann/rootless-install
Reduce duplication by referencing existing rootless Docker docs
2021-04-24 11:15:18 +02:00
Zane Dufour 7e7645082e
Add --service-ports note to ports section (#12658)
* Add --service-ports note to ports section

## Description

Add note in `ports` section of file reference docs pointing to the `run` command's `--service-ports` flag

## Motivation

Spent quite a few hours spinning my wheels before I came across `run`'s `--service-ports` flag.

I'm struggling to find the issue where I found this, but the comment pointing to `--service-ports` had a lot of reacts, so this might be a relatively common 

## Things I'd still like to do

- [ ] link to the [`--service-ports` docs](https://github.com/docker/docker.github.io/blob/master/compose/reference/run.md) -- not sure how to do this
- [ ] clean up location of this note -- not sure if I've put the note in a good place -- we can shunt it to the bottom
- [ ] Duplicate for older versions

Thanks

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-23 16:17:59 +01:00
Usha Mandya 66983ca5fc
Merge pull request #12735 from thaJeztah/vlan_network
Migrate IPvlan docs from CLI to docs repository
2021-04-23 15:36:53 +01:00
Sebastiaan van Stijn c88e4718cf
Merge pull request #12706 from aofdev/patch-2
Update examples.md (Add parameter platform value is nil)
2021-04-23 16:27:34 +02:00
Sebastiaan van Stijn 13b1a61a2d
Merge pull request #12705 from aofdev/patch-1
Update index.md (Add parameter platform value is nil)
2021-04-23 16:26:02 +02:00
Sebastiaan van Stijn 3ff117bf5d
network/ipvlan: copy edits and minor touch-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-23 16:07:07 +02:00
Anders Eriksson f6f664f50d
Change wording to match "docker rm -f" command (#12601)
* Change wording to match "docker rm -f" command

Wording says *stop* when the corresponding command is `docker rm -f`.

* Clarify stop and remove

As the container is still running, this step stops the container and then removes it.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-23 12:01:23 +01:00
Usha Mandya cffa291ecb
Merge pull request #12696 from thaJeztah/dual_logging_options
logging: document dual-logging cache options
2021-04-23 12:00:33 +01:00
Sebastiaan van Stijn c16602dbfb
logging: document dual-logging cache options
While dual-logging is enabled automatically, it is possible to disable
this feature, or to configure the default options. This patch adds
documentation for these options.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-23 12:55:11 +02:00
Lorena Rangel aee449548d Remove references to Docker Stack and update image
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-04-23 12:15:06 +02:00
Usha Mandya b6fc755f53
Merge pull request #12689 from chris-crone/build-secrets
Update build secrets documentation
2021-04-23 11:00:48 +01:00
Usha Mandya 1ffa7b17f1
Merge pull request #12702 from stefanloerwald/patch-2
Fixes docker/distribution-library-image/issues/107
2021-04-23 11:00:08 +01:00
Usha Mandya b9529fcbaf
Merge pull request #12729 from MatthiasScholzTW/patch-1
Fixing documentation typo for license command
2021-04-23 10:59:08 +01:00
Usha Mandya 16655425ef
Merge pull request #12621 from hefeiyun/patch-1
Update fluentd.md
2021-04-23 10:58:54 +01:00
Usha Mandya c360e63834
Merge pull request #12650 from a-dpq/patch-1
Update 02_our_app.md
2021-04-23 10:31:14 +01:00
Usha Mandya f47930bcb0
Merge branch 'master' into build-secrets 2021-04-23 10:26:25 +01:00
Usha Mandya 07cd9aba1b
Merge pull request #12727 from pagdot/patch-2
Fix compose file and compose-cli links
2021-04-23 09:55:55 +01:00
Sebastiaan van Stijn 161ae8086f
network/ipvlan: add to TOC, and some minor touch ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:39:31 +02:00
Sebastiaan van Stijn 1cebc476b1
Migrate IPvlan docs from CLI to docs repository
Merge remote-tracking branch 'cli_temp/master' into vlan_network

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:27:57 +02:00