Sebastiaan van Stijn
9375c27049
scout: add consistent banners for "early access"
...
Docker Scout is in early access, but some parts of the documentation
(reference docs) did not contain a banner for this.
This patch:
- Changes the "note" to "early access" (just a minor improvment)
- Adds banners to all the CLI reference pages
- Adds (Early Access) in the CLI reference navigation (TOC)
- Moves the banner to an include
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-07 16:36:37 +02:00
zhangguanzhang
4e09df06c9
Fix incorrect word
2023-04-07 14:52:10 +08:00
Bjorn Neergaard
6b0c6de62e
swarm: add context to VXLAN port docs
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-04-06 09:54:10 -06:00
Sebastiaan van Stijn
e0642390a8
add docker init ( #17016 )
...
Manually combining the generated YAML docs with the Markdown
that was written by Craig.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: craig-osterhout <craig.osterhout@docker.com>
2023-04-05 16:52:37 +01:00
Chris Chinchilla
8f36af3cd4
Merge pull request #16971 from eunomie/scout-v0.8.5-cli-docs
...
DD4.18 scout: update cli documentation
2023-04-05 16:41:30 +02:00
Sebastiaan van Stijn
b0dbdf2a88
Merge pull request #17035 from thaJeztah/23.0.3_release_notes
...
engine: add 23.0.3 release notes
2023-04-05 02:40:17 +02:00
Sebastiaan van Stijn
1194dfab4c
engine: add note about missing packages for CentOS 9 for 23.0.3
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 23:48:12 +02:00
Sebastiaan van Stijn
c1ad2ebeef
engine: add 23.0.3 release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 17:24:28 +02:00
Sebastiaan van Stijn
199c5bfec0
engine: add release notes for 20.10.24
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-04 16:54:43 +02:00
Chris Chinchilla
772b52051e
Merge pull request #16996 from ChrisChinchilla/eng-inst-fresh
...
Minor changes for freshness to engine install index
2023-04-04 12:23:31 +02:00
Chris Chinchilla
0accf4a17f
Undo distro change
2023-03-30 11:15:59 +01:00
Chris Chinchilla
b17fbd5566
Small changes for style and consistency
2023-03-28 17:41:42 +01:00
Chris Chinchilla
64192639fd
Minor changes for freshness
2023-03-28 17:22:34 +01:00
Bjorn Neergaard
a8633040ff
engine: add 23.0.2 release notes
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-28 14:17:07 +02:00
Yves Brissaud
df7dfffa24
scout: update cli documentation
...
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
2023-03-24 19:52:17 +01:00
Sebastiaan van Stijn
de16b39072
Revert "engine: add 23.0.2 release notes"
2023-03-24 17:16:00 +01:00
Usha Mandya
9c530780d2
Merge pull request #16946 from neersighted/engine_23.0.2
...
engine: add 23.0.2 release notes
2023-03-24 10:07:12 +00:00
Olivier Benz
38f62aa9b4
Refactor the command to set up the repository
2023-03-23 19:45:25 +01:00
Bjorn Neergaard
fe42a1167c
engine: add 23.0.2 release notes
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-03-23 08:59:27 -06:00
Olivier Benz
f1f1247021
engine: No lsb-release for setting up the repo
2023-03-23 09:21:12 +01:00
Chris Chinchilla
9d7effaab0
Small polish for freshness updates
2023-03-14 13:01:24 +01:00
Usha Mandya
5cc09b6b5f
Merge pull request #16619 from Briscoooe/patch-1
...
Update Docker Engine Python SDK example to use Python 3 syntax
2023-03-07 14:22:47 +00:00
David Karlsson
13b3fe92d4
Merge pull request #16679 from dvdksn/ssc/scout-hub-cli
...
Supply chain: new SSC and security features
2023-02-27 15:27:09 +01:00
David Karlsson
5fb6e210a6
Merge pull request #16745 from andregri/patch-1
...
Pass StopOptions to ContainerStop function
2023-02-26 20:19:39 +01:00
David Karlsson
13527078ff
scout: address review comments
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-02-24 15:26:56 +01:00
David Karlsson
c0402932ca
scout: add docs for docker scout hub and cli
...
- add: new docker scout section
- add: advanced image analysis
- add: scout artifactory integration
- add: image details view
- add: docker scout cli reference
- change: hub vulnerability scanning
- change: security best practices (previously /develop/scan-images)
- change: prune references to docker scan
- deprecate: docker scan
- remove: atomist section
2023-02-24 15:25:56 +01:00
David Karlsson
d507981303
engine: add note about separate buildx package
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-02-21 19:13:17 +01:00
andregri
f87b16b502
Pass StopOptions to ContainerStop function
...
Fix #16744
**options** argument in **ContainerStop** [function](https://github.com/moby/moby/blob/master/daemon/stop.go#L23 ) can't be **nil**
2023-02-18 19:03:28 +01:00
Guillaume Lours
3923985d51
Update Compose reference API to v2.16.0 ( #16702 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: glours <glours@users.noreply.github.com>
2023-02-10 09:14:54 +00:00
Bjorn Neergaard
c8ba9c0b78
engine: add 23.0.1 release notes
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-09 13:09:52 -07:00
Sebastiaan van Stijn
7ea8454215
Merge pull request #16685 from neersighted/23.0.0_errata
...
Further Engine 23.0.0 errata
2023-02-08 15:58:42 +01:00
Allie Sadler
8e16fb9373
keywords ( #16691 )
2023-02-08 14:42:21 +00:00
Bjorn Neergaard
22927b192a
engine: amend 23.0 release notes with known BuildKit issue caused by a warm cache on upgrade
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 17:21:24 -07:00
Bjorn Neergaard
805642236f
engine: amend 23.0 release notes with known BuildKit inline cache issue
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 13:00:35 -07:00
Bjorn Neergaard
5875c958be
engine: amend 23.0 release notes with skipped logging fix
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 13:00:19 -07:00
Sebastiaan van Stijn
b109743ad2
engine/install/ubuntu: update instructions to match debian variant
...
Incorporate the changes made in the debian variant from;
- 6d8b08171c
- 37ae672193
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-07 15:45:05 +01:00
ArnoSen
6d8b08171c
Update debian.md ( #16654 )
...
* Update debian.md
Set correct filemask for `/etc/apt/keyrings` . If this is not 0755, the keys in the directory cannot be used.
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2023-02-07 15:18:25 +01:00
David Karlsson
c59487c0f0
Merge pull request #16225 from matt9ucci/patch-1
...
Fix error: PowerShell environment variable setting
2023-02-07 14:28:26 +01:00
Bjorn Neergaard
03ae16e21d
engine: amend 23.0 release notes to acknowledge any ipvlan network is broken on upgrade
...
Co-authored-by: Cory Snider <csnider@mirantis.com>
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 13:22:52 -07:00
Bjorn Neergaard
adec5ffc6f
engine: correct minor inconsistencies in 23.0 release ntoes
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 09:45:49 -07:00
Bjorn Neergaard
ed0637187d
engine: amend 23.0 release notes with ipvlan issue
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 09:19:18 -07:00
Sebastiaan van Stijn
62af577a8f
Merge pull request #16659 from neersighted/23.0.0_errata
...
engine: 23.0.0 errata
2023-02-06 16:08:30 +01:00
CrazyMax
72d3016e81
engine: add docker-buildx-plugin package in linux distro install
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-06 15:33:54 +01:00
Bjorn Neergaard
48e0158f4f
engine: amend 23.0 release notes with tracking issues for known issues
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:13 -07:00
Bjorn Neergaard
f1bf8b03fc
engine: amend 23.0 release notes with overlooked change to the example systemd units
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:13 -07:00
Bjorn Neergaard
c6234542cf
engine: amend 23.0 release notes with known Kata issue
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:11 -07:00
Bjorn Neergaard
07c0605ab0
engine: amend 23.0 release notes for typos/minor factual errors
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-02 22:28:40 -07:00
David Karlsson
785ec8c45f
Merge pull request #16416 from thaJeztah/engine_23_reference_update
...
engine: update docs for 23.0.0
2023-02-02 16:01:55 +01:00
David Karlsson
c1f52485f8
Merge pull request #16421 from dvdksn/engine/2300-release
...
engine: 23.0.0 release notes
2023-02-02 16:01:22 +01:00
David Karlsson
6e5f8d36c7
engine: add 23.0 release notes
2023-02-02 15:20:17 +01:00