From 031abd9bacdd7bdb39ecd0ef97449018a9d08b12 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 2 Sep 2024 09:38:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/05-dockerd.sh --- rootfs/usr/local/etc/docker/init.d/05-dockerd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/05-dockerd.sh b/rootfs/usr/local/etc/docker/init.d/05-dockerd.sh index c0035b1..ec1f057 100755 --- a/rootfs/usr/local/etc/docker/init.d/05-dockerd.sh +++ b/rootfs/usr/local/etc/docker/init.d/05-dockerd.sh @@ -282,7 +282,9 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # define actions - + rm -Rf /var/lib/docker + symlink "$DATA_DIR" "/var/lib/docker" + chmod 777 "$DATA_DIR" "/var/lib/docker" # exit function return $exitCode }