Update web site documentation for latest kpod
Add missing commands to transfer page and add links for demos to README.md page. Fixup bash completions for new commands. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
c0f3e02bae
commit
33201aff56
5 changed files with 101 additions and 34 deletions
|
@ -27,9 +27,9 @@ Following provides equivalent with cri-o tools for gathering information or jump
|
|||
| `docker exec` | [`crioctl ctr exec`](./docs/crio.8.md) |
|
||||
| `docker info` | [`kpod info`](./docs/kpod-info.1.md) |
|
||||
| `docker inspect` | [`kpod inspect`](./docs/kpod-inspect.1.md) |
|
||||
| `docker logs` | `journalctl ...` |
|
||||
| `docker logs` | [`kpod logs`](./docs/kpod-logs.1.md) |
|
||||
| `docker ps` | [`crioctl ctr list`](./docs/crio.8.md) or [`runc list`](https://github.com/opencontainers/runc/blob/master/man/runc-list.8.md) |
|
||||
| `docker stats` | `crioctl ctr status`|
|
||||
| `docker stats` | [`kpod stats`](./docs/kpod-stats.1.md) or `crioctl ctr status`|
|
||||
|
||||
If you were already using steps like `kubectl exec` (or `oc exec` on OpenShift), they will continue to function the same way.
|
||||
|
||||
|
@ -48,6 +48,7 @@ There are other equivalents for these tools
|
|||
| `docker load` | [`kpod load`](./docs/kpod-load.1.md) |
|
||||
| `docker pull` | [`kpod pull`](./docs/kpod-pull.1.md) |
|
||||
| `docker push` | [`kpod push`](./docs/kpod-push.1.md) |
|
||||
| `docker rename` | [`kpod rename`](./docs/kpod-rename.1.md) |
|
||||
| `docker rmi` | [`kpod rmi`](./docs/kpod-rmi.1.md) |
|
||||
| `docker save` | [`kpod save`](./docs/kpod-save.1.md) |
|
||||
| `docker tag` | [`kpod tag`](./docs/kpod-tag.1.md) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue