Skip to content

Commit 656d1a8

Browse files
committed
chore: add navigation stubs, weights
Signed-off-by: David Karlsson <[email protected]>
1 parent c36309e commit 656d1a8

File tree

414 files changed

+817
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+817
-431
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
build:
3+
render: never
4+
title: Docker concepts
5+
weight: 40
6+
---

content/get-started/docker-concepts/building-images/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Building images
3+
weight: 20
34
keywords: build images, Dockerfile, layers, tag, push, cache, multi-stage
45
description: |
56
Learn how to build Docker images from a Dockerfile. You'll understand the
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
build:
3+
render: never
4+
title: Running containers
5+
weight: 30
6+
---

content/get-started/docker-concepts/running-containers/multi-container-applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Multi-container applications
3+
weight: 5
34
keywords: concepts, build, images, container, docker desktop
45
description: This concept page will teach you the significance of multi-container application and how it is different from single-container application
56
aliases:

content/get-started/docker-concepts/running-containers/overriding-container-defaults.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Overriding container defaults
3+
weight: 2
34
keywords: concepts, build, images, container, docker desktop
45
description: This concept page will teach you how to override the container defaults using the `docker run` command.
56
aliases:

content/get-started/docker-concepts/running-containers/persisting-container-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Persisting container data
3+
weight: 3
34
keywords: concepts, build, images, container, docker desktop
45
description: This concept page will teach you the significance of data persistence in Docker
56
aliases:

content/get-started/docker-concepts/running-containers/publishing-ports.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Publishing and exposing ports
33
keywords: concepts, build, images, container, docker desktop
44
description: This concept page will teach you the significance of publishing and exposing ports in Docker
5+
weight: 1
56
aliases:
67
- /guides/docker-concepts/running-containers/publishing-ports/
78
---

content/get-started/docker-concepts/running-containers/sharing-local-files.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Sharing local files with containers
3+
weight: 4
34
keywords: concepts, images, container, docker desktop
45
description: This concept page will teach you the various storage options available in Docker and their common usage.
56
aliases:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
build:
3+
render: never
4+
title: The basics
5+
weight: 10
6+
---

content/get-started/docker-concepts/the-basics/what-is-a-container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: What is a container?
3+
weight: 10
34
keywords: concepts, build, images, container, docker desktop
45
description: What is a container? This concept page will teach you about containers and provide a quick hands-on where you will run your first container.
56
aliases:

0 commit comments

Comments
 (0)