Skip to content

Commit b89aea4

Browse files
themr0cgbraad
authored andcommitted
docs: implemented suggestions
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
1 parent c2cef93 commit b89aea4

3 files changed

Lines changed: 16 additions & 40 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {ocp}
2-
* {okd}
3-
* {ushift}
4-
* Podman container runtime
1+
`openshift`:: {ocp}
2+
`okd`:: {okd}
3+
`microshift`:: {ushift}
4+
`podman`:: Podman container runtime
Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
.Preset names
2+
[%header,format=csv,cols="1,2"]
23
|===
3-
| Name | Preset
4-
5-
| `openshift`
6-
| {ocp}
7-
8-
| `okd`
9-
| {okd}
10-
11-
| `microshift`
12-
| {ushift}
13-
14-
| `podman`
15-
| Podman container runtime
16-
4+
Name, Preset
5+
`openshift`, {ocp}
6+
`okd`, {okd}
7+
`microshift`, {ushift}
8+
`podman`, Podman container runtime
179
|===
Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
11
.Preset and architecture compatibility
2+
[%header,format=csv,cols="3,1,1,1"]
23
|===
3-
| Preset | AMD64 | Intel 64 | M1
4-
5-
| {ocp}
6-
| yes
7-
| yes
8-
| yes
9-
10-
| {okd}
11-
| yes
12-
| yes
13-
| no
14-
15-
| {ushift}
16-
| yes
17-
| yes
18-
| yes
19-
20-
| Podman container runtime
21-
| yes
22-
| yes
23-
| yes
24-
4+
Preset, AMD64, Intel 64, M1
5+
{ocp}, yes, yes, yes
6+
{okd}, yes, yes, no
7+
{ushift}, yes, yes, yes
8+
Podman container runtime, yes, yes, yes
259
|===

0 commit comments

Comments
 (0)