summarylogtreecommitdiffstats
path: root/kata-runtime.install
diff options
context:
space:
mode:
Diffstat (limited to 'kata-runtime.install')
-rw-r--r--kata-runtime.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kata-runtime.install b/kata-runtime.install
index 707ece5b6aa2..bf29b5a97eae 100644
--- a/kata-runtime.install
+++ b/kata-runtime.install
@@ -32,7 +32,7 @@ $ docker run --runtime=kata --rm busybox date
"""
-- to run Kata with Firecracker, due to Firecracker's limitations, you have to set your Docker storage driver (ref: https://docs.docker.com/storage/storagedriver/select-storage-driver/ ) to 'devicemapper'
+- to run Kata with Firecracker, due to Firecracker's limitations, you have to set your Docker storage driver (ref: https://docs.docker.com/storage/storagedriver/select-storage-driver/ ) to 'devicemapper' in /etc/docker/daemon.json
"""
{
"storage-driver": "devicemapper"