diff options
author | Tomas Tomecek <ttomecek@redhat.com> | 2018-04-26 07:38:37 +0200 |
---|---|---|
committer | Tomas Tomecek <ttomecek@redhat.com> | 2018-04-26 07:41:16 +0200 |
commit | b3947e58f2a138ce2a7da842b1b155b68d104709 (patch) | |
tree | 1df3a750067f3042b60aaeadf9375c411fd1e67e | |
parent | 58cb8f742b97941e802f4b645c8624c591ffbc86 (diff) | |
download | podman-b3947e58f2a138ce2a7da842b1b155b68d104709.tar.gz podman-b3947e58f2a138ce2a7da842b1b155b68d104709.tar.bz2 podman-b3947e58f2a138ce2a7da842b1b155b68d104709.zip |
readme: improve formatting, add links
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,9 +18,9 @@ At a high level, we expect the scope of libpod/podman to be the following: ## What is not in scope for this project? -* Building container images. See Buildah. -* Signing and pushing images to various image storages. See Skopeo. -* Container Runtimes daemons for working with Kubernetes CRIs See CRI-O. +* Building container images. See [Buildah](https://github.com/projectatomic/buildah). +* Signing and pushing images to various image storages. See [Skopeo](https://github.com/projectatomic/skopeo/). +* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-incubator/cri-o). ## OCI Projects Plans |