Documentation ¶ Index ¶ type Rm func (r *Rm) Run(ctx *cli.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Rm ¶ type Rm struct { F_Force bool `usage:"Force the removal of a running container (uses SIGKILL)"` V_Volumes bool `usage:"Remove the volumes associated with the container"` } func (*Rm) Run ¶ func (r *Rm) Run(ctx *cli.Context) error Source Files ¶ View all Source files rm.go Click to show internal directories. Click to hide internal directories.