diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-12-15 16:58:36 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-18 16:46:05 +0000 |
commit | 5770dc2640c216525ab84031e3712fcc46b3b087 (patch) | |
tree | 8a1c5c4e4a6ce6a35a3767247623a62bfd698f77 /install.md | |
parent | de3468e120d489d046c08dad72ba2262e222ccb1 (diff) | |
download | podman-5770dc2640c216525ab84031e3712fcc46b3b087.tar.gz podman-5770dc2640c216525ab84031e3712fcc46b3b087.tar.bz2 podman-5770dc2640c216525ab84031e3712fcc46b3b087.zip |
Rename all references to kpod to podman
The decision is in, kpod is going to be named podman.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #145
Approved by: umohnani8
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install.md b/install.md index 1c260ce4c..498731c20 100644 --- a/install.md +++ b/install.md @@ -4,7 +4,7 @@ #### runc installed -The latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by kpod. +The latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by podman. #### Setup CNI networking @@ -83,7 +83,7 @@ apt-get install -y \ ### Get Source Code -As with other Go projects, KPOD must be cloned into a directory structure like: +As with other Go projects, PODMAN must be cloned into a directory structure like: ``` GOPATH @@ -117,7 +117,7 @@ make sudo make install ``` -Otherwise, if you do not want to build `kpod` with seccomp support you can add `BUILDTAGS=""` when running make. +Otherwise, if you do not want to build `podman` with seccomp support you can add `BUILDTAGS=""` when running make. ```bash make BUILDTAGS="" @@ -126,7 +126,7 @@ sudo make install #### Build Tags -`kpod` supports optional build tags for compiling support of various features. +`podman` supports optional build tags for compiling support of various features. To add build tags to the make option the `BUILDTAGS` variable must be set. ```bash |