File: containers-storage-shutdown.md

package info (click to toggle)
golang-github-containers-storage 1.24.8%2Bdfsg1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,348 kB
  • sloc: sh: 812; ansic: 319; makefile: 175; awk: 12
file content (20 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## containers-storage-shutdown 1 "October 2016"

## NAME
containers-storage shutdown - Shut down layer storage

## SYNOPSIS
**containers-storage** **shutdown** [*options* [...]]

## DESCRIPTION
Shuts down the layer storage driver, which may be using kernel resources.

## OPTIONS
**-f | --force**

Attempt to unmount any mounted layers before attempting to shut down the
driver.  If this option is not specified, if any layers are mounted, shutdown
will not be attempted.

## EXAMPLE
**containers-storage shutdown**