Closed marcopgordillo closed 4 years ago
There could be a couple of issues here;
On your docker host, NOT the nfs server have you installed nfs-common & nfs-client?
sudo apt update && sudo apt upgrade -y
sudo apt install nfs-common
On your docker host, check it can access your NFS server;
ping storage01
On your NFS host try the following;
sudo chown nobody:nogroup /shared/disk02
sudo chmod 777 /shared/disk02
Failing all of these then you'll need to do some extra research as it really isn't this docker image at fault, it's your underlying system.
Also i can say that this image works perfectly with NFS storage as thats how i run it in production.
Hi @dominictayloruk, thanks for your response, I already have installed this dependencies and updated the system the NFS server and docker server and the permissions that you say.
apt search nfs-common
Sorting... Done
Full Text Search... Done
nfs-common/stable,now 1:1.3.4-2.5 amd64 [installed]
NFS support files common to client and server
Maybe can you show me an example about your configuration with NFS, please.
Did you manage to resolve this?
I have the same error.
My enviroment has WSL, maybe it be related.
Hello everybody, please help me with this installation of this image with this configuration: docker-compose.yml
On NFS server I have:
NFS permissions server:
my initial permissions was:
chown -R nobody:nogroup disk02 && chmod 777 disk02
When I try to run with docker-compose I have this error log and the data base don't start: Log error:I'm using debian 10 buster as NFS server and my PC is ubuntu 18.04 with docker version 8.09.5
Thanks for advance.