Skip to content

Commit cae49fc

Browse files
rhatdanrh-atomic-bot
authored andcommitted
Cleanup transfer.md page, remove CRI-O content
This page has not been updated since we copied it from CRI-O repo. Signed-off-by: Daniel J Walsh <[email protected]> Closes: #883 Approved by: mheon
1 parent 13f7450 commit cae49fc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

transfer.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# PODMAN Usage Transfer
1+
# Podman Usage Transfer
22

3-
This document outlines useful information for ops and dev transfer as it relates to infrastructure that utilizes PODMAN.
3+
This document outlines useful information for ops and dev transfer as it relates to infrastructure that utilizes `Podman`.
44

55
## Operational Transfer
66

77
## Abstract
88

9-
The `crio` daemon is intended to provide the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md) socket needed for Kubernetes to use for automating deployment, scaling, and management of containerized applications (See the document for [configuring kubernetes to use PODMAN](./kubernetes.md) for more information on that).
10-
Therefore the `crioctl` command line is a client that interfaces to the same grpc socket as the kubernetes daemon would, for talking to the `crio` daemon.
11-
In many ways `crioctl` is only as feature rich as the Kubernetes CRI requires.
12-
There are additional tools e.g. `podman` and [`buildah`](https://github.com/projectatomic/buildah) that provide a feature rich set of commands for all operational needs in a Kubernetes environment.
13-
9+
Podman is a tool for managing Pods, Containers, and Container Images. The CLI
10+
for Podman is based on the Docker CLI, although Podman does not require a
11+
runtime daemon to be running in order to function.
1412

1513
## System Tools
1614

@@ -20,9 +18,9 @@ As well as some systemd helpers like `systemd-cgls` and `systemd-cgtop` are stil
2018
## Equivalents
2119

2220
For many troubleshooting and information collection steps, there may be an existing pattern.
23-
Following provides equivalent with PODMAN tools for gathering information or jumping into containers, for operational use.
21+
Following provides equivalent with `Podman` tools for gathering information or jumping into containers, for operational use.
2422

25-
| Existing Step | PODMAN (and friends) |
23+
| Existing Step | `Podman` (and friends) |
2624
| :--- | :--- |
2725
| `docker run` | [`podman run`](./docs/podman-run.1.md) |
2826
| `docker exec` | [`podman exec`](./docs/podman-exec.1.md) |
@@ -36,7 +34,7 @@ Following provides equivalent with PODMAN tools for gathering information or jum
3634

3735
There are other equivalents for these tools
3836

39-
| Existing Step | PODMAN (and friends) |
37+
| Existing Step | `Podman` (and friends) |
4038
| :--- | :--- |
4139
| `docker attach` | [`podman exec`](./docs/podman-attach.1.md) |
4240
| `docker build` | [`podman build`](./docs/podman-build.1.md) |

0 commit comments

Comments
 (0)