Skip to content

Commit

Permalink
Merge pull request containerd#3836 from egernst/devmapper-docs-update
Browse files Browse the repository at this point in the history
devmapper: update example base image size in README
  • Loading branch information
crosbymichael committed Nov 22, 2019
2 parents c68848f + 731e144 commit c3b1bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapshots/devmapper/README.md
Expand Up @@ -15,7 +15,7 @@ Here's minimal sample entry that can be made in the configuration file:
...
[plugins.devmapper]
pool_name = "containerd-pool"
base_image_size = "128MB"
base_image_size = "8192MB"
...
```

Expand All @@ -39,4 +39,4 @@ ctr run --snapshotter devmapper docker.io/library/hello-world:latest test
## Requirements

The devicemapper snapshotter requires `dmsetup` (>= 1.02.110) command line tool to be installed and
available on your computer. On Ubuntu, it can be installed with `apt-get install dmsetup` command.
available on your computer. On Ubuntu, it can be installed with `apt-get install dmsetup` command.

0 comments on commit c3b1bc9

Please sign in to comment.