Closed talex5 closed 5 years ago
@xaki23 : I skipped the README change for now. It's probably correct, but I didn't understand the commit message:
actualy create the symlink-redirected docker dir so the installer wont remove the dangling symlink What installer is this?
by installer i meant just dnf/rpm. if you just set the symlink, but the target dir doesnt exist, the "dnf install docker" step will remove the symlink again and create /var/lib/docker as a dir. if you "mkdir /home/user/docker" before "dnf install docker" (doesnt matter if before or after the ln) it actualy works as intended.
Ah, so it does! I've added that change back in - thanks!
A slightly modified version of #74:
@xaki23 : I skipped the README change for now. It's probably correct, but I didn't understand the commit message:
What installer is this?