Remove kpod rename

Libpod containers are immutable once created. They cannot be
renamed after created. As such remove kpod rename.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #101
Approved by: baude
This commit is contained in:
Matthew Heon
2017-12-04 13:49:25 -05:00
committed by Atomic Bot
parent 3db735c6d1
commit 9147a56a01
6 changed files with 0 additions and 133 deletions

View File

@ -53,7 +53,6 @@ func main() {
psCommand,
pullCommand,
pushCommand,
renameCommand,
rmCommand,
rmiCommand,
runCommand,