Commit Graph

13 Commits

Author SHA1 Message Date
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
Sebastiaan van Stijn 0a865b332f
get-started: add syntax directives to dockerfile examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-08 16:44:05 +01:00
craig-osterhout fdc72f8a89
update get started app 2022-11-28 10:11:50 -08:00
Craig Osterhout 8ebd41f2f6
add nav buttons and fix title (#15890) 2022-10-20 09:46:57 -07:00
Janik Dotzel f9ea6f2175
fix: add layer to Dockerfile to fix issue 15394 (#15395) 2022-08-16 14:02:49 -07:00
Mia 10e8f008a5
Update 09_image_best.md
Changed the command to login for use of `docker scan`.
2021-11-27 18:23:26 -05:00
Peter Dave Hello ed135fe151 Update most links to use https by default
Reference:

- #11640
- d405b17ca2

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-12 15:45:57 +08:00
Michael Šòdéké 24133a237c
edit: updated `Security scanning` section (#13546)
* edit: updated `Security scanning` section

`docker scan` fails when user is not logged in to Docker Hub. First I had to use `docker login` to login to Docker Hub. Afterwards, `docker scan` worked.

* Update 09_image_best.md

Update format, fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-09-21 13:52:01 +01:00
Sebastiaan van Stijn 7b2f0e92bc
get-started: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:23 +02:00
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Usha Mandya dc7352020e Get started docs improvements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 12:51:46 +00:00
Ben De St Paer-Gotch 23dfb9c9f7 Fixing various typos 2020-12-18 10:41:28 +00:00
Ben De St Paer-Gotch 838930ad96 Adding general docker getting started to docs 2020-12-02 13:08:51 +00:00