How can we help?
{{ partial "icon" "icons/sparkle.svg" }}
{{ range slice
"How do I get started with Docker?"
"Can I run my AI agent in a sandbox?"
"What is a container?"
"What are Docker Hardened Images?"
"Why should I use Docker Compose?"
}}
{{ end }}
{{ range slice
(dict "url" "/get-started/" "icon" "rocket" "title" "Get started" "description" "Learn Docker basics.")
(dict "url" "/guides/" "icon" "menu_book" "title" "Guides" "description" "Optimize your development workflows with Docker.")
(dict "url" "/manuals/" "icon" "description" "title" "Manuals" "description" "Install, set up, configure, and use Docker products.")
(dict "url" "/reference/" "icon" "terminal" "title" "Reference" "description" "Browse the CLI and API documentation.")
}}
{{ end }}
{{ partialCached "icon" .icon .icon }}
{{ .title }}
{{ .description }}
Featured topics
{{ range slice
(dict "url" "/dhi/" "title" "Docker Hardened Images")
(dict "url" "/ai/sandboxes/get-started/" "title" "Get started with Docker Sandboxes")
(dict "url" "/desktop/" "title" "Docker Desktop overview")
(dict "url" "/engine/install/" "title" "Install Docker Engine")
(dict "url" "/reference/dockerfile/" "title" "Dockerfile reference")
(dict "url" "/build/" "title" "Docker Build overview")
}}
{{ .title }}
{{ partialCached "icon" "arrow_forward" "arrow_forward" }}
{{ end }}