Created
October 18, 2019 10:30
-
-
Save dmytrotkk/709b0b4666ee9f05847aef79a5c661e8 to your computer and use it in GitHub Desktop.
Limit Docker volume size tutorial snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convoy daemon --drivers devicemapper --driver-opts dm.datadev=$DISK_MOUNTPOINT\1 --driver-opts dm.metadatadev=$DISK_MOUNTPOINT\2 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment