🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/05-dockerd.sh
This commit is contained in:
casjay 2024-09-02 09:38:31 -04:00
parent 09657ab0a3
commit 031abd9bac
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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
}