diff options
author | Simon Rettberg | 2024-11-21 15:08:04 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-11-21 15:08:04 +0100 |
commit | 2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5 (patch) | |
tree | 6493fbc14379a9f3811ef470afe997310ab6f39f /data/etc/docker/daemon.json | |
download | netboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.tar.gz netboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.tar.xz netboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.zip |
Initial commit
Diffstat (limited to 'data/etc/docker/daemon.json')
-rw-r--r-- | data/etc/docker/daemon.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/etc/docker/daemon.json b/data/etc/docker/daemon.json new file mode 100644 index 0000000..b887738 --- /dev/null +++ b/data/etc/docker/daemon.json @@ -0,0 +1,5 @@ +{ + "data-root": "/tmp/virt/docker", + "storage-driver": "overlay2", + "userns-remap": "default" +} |