summaryrefslogtreecommitdiff
path: root/docs/kpod-rm.1.md
blob: 4e2c490a6745a4b89abec8bff1b9f84a7c8bd61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% kpod(1) kpod-rm - Remove one or more containers
% Ryan Cole
# kpod-rm "1" "August 2017" "kpod"

## NAME
kpod rm - Remove one or more containers

## SYNOPSIS
**kpod** **rm** [*options* [...]] container

## DESCRIPTION
Kpod rm will remove one or more containers from the host.  The container name or ID can be used.  This does not remove images.  Running containers will not be removed without the -f option

## OPTIONS

**--force, f**

Force the removal of a running container


## EXAMPLE

kpod rm mywebserver

kpod rm -f 860a4b23

## SEE ALSO
kpod(1), kpod-rmi(1)

## HISTORY
August 2017, Originally compiled by Ryan Cole <rycole@redhat.com>