How can we help?
{{ partialCached "icon" "gordon" "gordon" }}
{{ 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-launch" "title" "Get started" "description" "Learn Docker basics.")
(dict "url" "/guides/" "icon" "book-open" "title" "Guides" "description" "Optimize your development workflows with Docker.")
(dict "url" "/manuals/" "icon" "document-text" "title" "Manuals" "description" "Install, set up, configure, and use Docker products.")
(dict "url" "/reference/" "icon" "command-line" "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-right" "arrow-right" }}
{{ end }}