diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-04 15:21:32 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-04 21:37:19 +0000 |
commit | 7c7a85521eb12599d7f408774607b60f97fc2ba7 (patch) | |
tree | 27acae01fdb8776c1645db194a02481dd934a89a /docs | |
parent | b231e3412e7d37d9680229e3782e28161792c7f8 (diff) | |
download | podman-7c7a85521eb12599d7f408774607b60f97fc2ba7.tar.gz podman-7c7a85521eb12599d7f408774607b60f97fc2ba7.tar.bz2 podman-7c7a85521eb12599d7f408774607b60f97fc2ba7.zip |
Change name of kpod to podman
Also add buildah as a requirement so that kpod build tests will run
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #187
Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-login.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index 1f24f6f21..fcf32870a 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -65,12 +65,12 @@ Login Succeeded! ``` ``` -$ kpod login --tls-verify=false -u test -p test localhost:5000 +$ podman login --tls-verify=false -u test -p test localhost:5000 Login Succeeded! ``` ``` -$ kpod login --cert-dir /etc/containers/certs.d/ -u foo -p bar localhost:5000 +$ podman login --cert-dir /etc/containers/certs.d/ -u foo -p bar localhost:5000 Login Succeeded! ``` |