README: create the symlink-redirected docker dir

Otherwise, installing the docker package removes the dangling symlink.
This commit is contained in:
xaki23 2019-07-28 13:33:43 +02:00 committed by Thomas Leonard
parent ce29c09f0f
commit cac3e53be1

View File

@ -18,6 +18,7 @@ See the [Deploy](#deploy) section below for installation instructions.
Create a new Fedora-29 AppVM (or reuse an existing one). Open a terminal.
Clone this Git repository and run the `build-with-docker.sh` script:
mkdir /home/user/docker
sudo ln -s /home/user/docker /var/lib/docker
sudo dnf install docker
sudo systemctl start docker