Sep 12, 2021
Don't forget to mount your home directory in Hyperkit VM first with `minikube mount /home/xxx:/app`. After that you can mount the volume to a container with `-v /app:/app`.
Don't forget to mount your home directory in Hyperkit VM first with `minikube mount /home/xxx:/app`. After that you can mount the volume to a container with `-v /app:/app`.