forked from containerd/containerd.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
48 lines (42 loc) · 1.69 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = "https://containerd.io"
languageCode = "en-us"
title = "containerd"
pygmentsUseClasses = true
pygmentsCodefences = true
enableRobotsTXT = true
disableKinds = ["taxonomy", "taxonomyTerm"]
theme = "containerd"
[params]
description = "An industry-standard container runtime with an emphasis on simplicity, robustness, and portability"
googleAnalyticsId = "UA-71407002-1"
githubRepo = "containerd/containerd"
twitterHandle = "containerd"
slackChannel = "https://slack.containerd.io/"
sansSerifFont = "Lato"
monospaceFont = "Fira Mono"
fontAwesomeVersion = "5.3.1"
js = ["tippy-3.1.1", "jquery-3.6.0", "anchor-4.1.1", "clipboard-2.0.0", "app"]
[params.home]
# These parameters determine the text on the homepage
subtitle = "An industry-standard container runtime with an emphasis on **simplicity**, **robustness** and **portability**"
about = "**containerd** is available as a daemon for Linux and Windows. It manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond."
features = [
"OCI Image Spec support",
"OCI Runtime Spec support (aka runC)",
"Image push and pull support",
"Container runtime and lifecycle support",
"Network primitives for creation, modification, and deletion of interfaces",
"Management of network namespaces containers to join existing namespaces",
"Multi-tenant supported with CAS storage for global images"
]
[params.versions]
latest = "1.7.13"
[[params.fonts]]
name = "Lato"
sizes = [300,400,600,700]
[[params.fonts]]
name = "Fira Mono"
sizes = [300,400,600,700]
[caches]
[caches.getjson]
maxAge = "24h"