Skip to content

Commit e5e6353

Browse files
committed
Return Markdown files to /docs directory
Signed-off-by: Luc Perkins <[email protected]>
1 parent dc2e115 commit e5e6353

5 files changed

+4
-21
lines changed

docs/content/docs/client-opts.md docs/client-opts.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Client options
3-
draft: true
4-
---
1+
# Client options
52

63
The containerd client was built to be easily extended by consumers.
74
The goal is that the execution flow of the calls remain the same across implementations while `Opts` are written to extend functionality.

docs/content/docs/dockercon-summit.md docs/dockercon-summit.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: Dockercon 2017 Summit
3-
draft: true
4-
---
5-
61
# Dockercon 2017 Summit
72

83
This year at Dockercon US 2017 we will be having a containerd Summit on Thursday morning the week of the conference.

docs/content/docs/getting-started.md docs/getting-started.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Getting started with containerd
3-
draft: true
4-
---
1+
# Getting started with containerd
52

63
There are many different ways to use containerd.
74
If you are a developer working on containerd you can use the `ctr` tool to quickly test features and functionality without writing extra code.

docs/content/docs/namespaces.md docs/namespaces.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: containerd Namespaces and Multi-Tenancy
3-
draft: true
4-
---
1+
# containerd Namespaces and Multi-Tenancy
52

63
containerd offers a fully namespaced API so multiple consumers can all use a single containerd instance without conflicting with one another.
74
Namespaces allow multi-tenancy within a single daemon. This removes the need for the common pattern of using nested containers to achieve this separation.

docs/content/docs/ops.md docs/ops.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: containerd for Ops and Admins
3-
draft: true
4-
---
1+
# containerd for Ops and Admins
52

63
containerd is meant to be a simple daemon to run on any system.
74
It provides a minimal config with knobs to configure the daemon and what plugins are used when necessary.

0 commit comments

Comments
 (0)