We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I need sync the local-volumes.yaml with the host(ubuntu 16.04), that is possible?
something like this
sudo apt -y install nfs-kernel-server nfs-common echo "/home/user/dpl -network 192.168.99.1 -mask 255.255.255.0 -alldirs -maproot=root:wheel" | sudo tee -a /etc/exports sudo service nfs-kernel-server start .... minikube start git clone https://github.com/janakiramm/minikube-demo.git minikube && cd minikube cd && WordPress sh ./deploy.sh minikube ssh -- sudo /usr/local/etc/init.d/nfs-client start minikube ssh -- sudo mount 192.168.99.1:/home/user/dpl /tmp -o rw,async,noatime,rsize=32768,wsize=32768,proto=tcp
thanks in advance,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I need sync the local-volumes.yaml with the host(ubuntu 16.04), that is possible?
something like this
thanks in advance,
The text was updated successfully, but these errors were encountered: