GithubHelp home page GithubHelp logo

Comments (4)

dominictayloruk avatar dominictayloruk commented on August 16, 2024

There could be a couple of issues here;

  1. 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
  1. On your docker host, check it can access your NFS server;
ping storage01
  1. 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.

from alpine-mariadb.

marcopgordillo avatar marcopgordillo commented on August 16, 2024

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.

from alpine-mariadb.

dominictayloruk avatar dominictayloruk commented on August 16, 2024

Did you manage to resolve this?

from alpine-mariadb.

Nisgrak avatar Nisgrak commented on August 16, 2024

I have the same error.

My enviroment has WSL, maybe it be related.

from alpine-mariadb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.