summarylogtreecommitdiffstats
path: root/kata-runtime.install
diff options
context:
space:
mode:
authorzer0def2019-12-09 23:17:08 +0100
committerzer0def2019-12-09 23:29:23 +0100
commitc80fb5ba69296c33b2e7597c242c7742626bdc0d (patch)
tree065a42b07247b1c05ffa87f33d4cadaef1f731b5 /kata-runtime.install
parent1af3cc567d84374d53d1b389e89037c4d2a3bac0 (diff)
downloadaur-c80fb5ba69296c33b2e7597c242c7742626bdc0d.tar.gz
Amend Firecracker instructions with clarification on which file to target.
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"