File: containers-storage-shutdown.md

package info (click to toggle)
golang-github-containers-storage 1.43.0%2Bds1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,820 kB
  • sloc: sh: 581; ansic: 388; makefile: 164; awk: 12
file content (20 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (8)
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**