@@ -5,62 +5,64 @@ keywords: docker, docs, manuals, products, user guides, how-to
5
5
# hard-code the URL of this page
6
6
url : /manuals/
7
7
layout : wide
8
- notoc : true
9
- development :
10
- - title : Docker Desktop
11
- description : Your command center for container development.
12
- icon : /assets/icons/Whale.svg
13
- link : /desktop/
14
- - title : Docker Compose
15
- description : Define and run multi-container applications.
16
- icon : /assets/icons/Compose.svg
17
- link : /compose/
18
- - title : Docker Build
19
- description : Build and ship any application anywhere.
20
- icon : build
21
- link : /build/
22
- - title : Docker Engine
23
- description : The industry-leading container runtime.
24
- icon : developer_board
25
- link : /engine/
26
- - title : Docker Extensions
27
- description : Customize your Docker Desktop workflow.
28
- icon : extension
29
- link : /extensions/
30
- services :
31
- - title : Docker Hub
32
- description : Discover, share, and integrate container images
33
- icon : hub
34
- link : /docker-hub/
35
- - title : Docker Scout
36
- description : Image analysis and policy evaluation.
37
- icon : /assets/icons/Scout.svg
38
- link : /scout/
39
- - title : Trusted content
40
- description : Curated, high-quality content from trusted sources.
41
- icon : verified
42
- link : /trusted-content/
43
- - title : Build Cloud
44
- description : Build your images faster in the cloud.
45
- icon : /assets/images/logo-build-cloud.svg
46
- link : /build-cloud/
47
- admin :
48
- - title : Administration
49
- description : Centralized observability for companies and organizations.
50
- icon : admin_panel_settings
51
- link : /admin/
52
- - title : Security
53
- description : Security guardrails for both administrators and developers.
54
- icon : lock
55
- link : /security/
56
- - title : Billing
57
- description : Manage billing and payment methods.
58
- icon : payments
59
- link : /billing/
60
- - title : Subscription
61
- description : Commercial use licenses for Docker products.
62
- icon : card_membership
63
- link : /subscription/
8
+ params :
9
+ icon : description
10
+ notoc : true
11
+ development :
12
+ - title : Docker Desktop
13
+ description : Your command center for container development.
14
+ icon : /assets/icons/Whale.svg
15
+ link : /desktop/
16
+ - title : Docker Compose
17
+ description : Define and run multi-container applications.
18
+ icon : /assets/icons/Compose.svg
19
+ link : /compose/
20
+ - title : Docker Build
21
+ description : Build and ship any application anywhere.
22
+ icon : build
23
+ link : /build/
24
+ - title : Docker Engine
25
+ description : The industry-leading container runtime.
26
+ icon : developer_board
27
+ link : /engine/
28
+ - title : Docker Extensions
29
+ description : Customize your Docker Desktop workflow.
30
+ icon : extension
31
+ link : /extensions/
32
+ services :
33
+ - title : Docker Hub
34
+ description : Discover, share, and integrate container images
35
+ icon : hub
36
+ link : /docker-hub/
37
+ - title : Docker Scout
38
+ description : Image analysis and policy evaluation.
39
+ icon : /assets/icons/Scout.svg
40
+ link : /scout/
41
+ - title : Trusted content
42
+ description : Curated, high-quality content from trusted sources.
43
+ icon : verified
44
+ link : /trusted-content/
45
+ - title : Build Cloud
46
+ description : Build your images faster in the cloud.
47
+ icon : /assets/images/logo-build-cloud.svg
48
+ link : /build-cloud/
49
+ admin :
50
+ - title : Administration
51
+ description : Centralized observability for companies and organizations.
52
+ icon : admin_panel_settings
53
+ link : /admin/
54
+ - title : Security
55
+ description : Security guardrails for both administrators and developers.
56
+ icon : lock
57
+ link : /security/
58
+ - title : Billing
59
+ description : Manage billing and payment methods.
60
+ icon : payments
61
+ link : /billing/
62
+ - title : Subscription
63
+ description : Commercial use licenses for Docker products.
64
+ icon : card_membership
65
+ link : /subscription/
64
66
---
65
67
66
68
This section contains user guides on how to install, set up, configure, and use
0 commit comments