diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-04-26 07:17:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 07:17:05 -0400 |
commit | 5973841f5286ca0e15b8d163b99cc5e9783fee3b (patch) | |
tree | 1df3a750067f3042b60aaeadf9375c411fd1e67e | |
parent | 58cb8f742b97941e802f4b645c8624c591ffbc86 (diff) | |
parent | b3947e58f2a138ce2a7da842b1b155b68d104709 (diff) | |
download | podman-5973841f5286ca0e15b8d163b99cc5e9783fee3b.tar.gz podman-5973841f5286ca0e15b8d163b99cc5e9783fee3b.tar.bz2 podman-5973841f5286ca0e15b8d163b99cc5e9783fee3b.zip |
Merge pull request #674 from TomasTomecek/readme-fix-formatting
readme: improve formatting, add links
-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 |