Login  Register

Re: mount NFS on docker

Posted by Roshan on Jun 22, 2022; 5:44am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/mount-NFS-on-docker-tp10944p10969.html

Thanks.

I created the volume, but mount fails with error below

[root@rb-nwcloudera-1 admin]# docker run -it c0dcd9368a1b --mount source=nfs_cdr,target=/mnt debian /bin/bash
Unable to find image 'c0dcd9368a1b:latest' locally

[root@rb-nwcloudera-1 admin]# docker image list
REPOSITORY              TAG            IMAGE ID       CREATED         SIZE
striimo                 latest         99b01cdd39b1   4 days ago      7.52GB
striimor                latest         e1af17195bba   11 days ago     3.07GB
striimorig1             latest         8004ee4eb925   11 days ago     4.14GB
striimorig              latest         11feffafd51f   11 days ago     3.03GB
striimtest1             latest         c38c45a25647   11 days ago     4.14GB
striimtest              latest         0722cf0be990   11 days ago     4.14GB
striim/evalversion      latest         d1d87f433300   6 weeks ago     2.23GB
postgres                11             bd902d12d4e0   5 months ago    283MB
debian                  latest         6f4986d78878   6 months ago    124MB
authelia/authelia       latest         cb3dc6f5f290   6 months ago    54.7MB
traefik/whoami          latest         e21a57f872ce   6 months ago    6.36MB
traefik                 2.4            de1a7c9d5d63   10 months ago   92MB
postgres                <none>         f977a7cc785e   13 months ago   283MB
prefecthq/server        core-0.14.19   f656f494ae63   14 months ago   396MB
prefecthq/apollo        core-0.14.19   263e3323c594   14 months ago   320MB
prefecthq/ui            core-0.14.19   89ef3214d768   14 months ago   192MB
hello-world             latest         d1165f221234   15 months ago   13.3kB
hasura/graphql-engine   v1.3.3         cf9add618ad6   19 months ago   48.5MB


[root@rb-nwcloudera-1 admin]# docker ps
CONTAINER ID   IMAGE     COMMAND                  CREATED      STATUS      PORTS                                                 NAMES
c0dcd9368a1b   striimo   "sh -c '/tmp/striim-…"   4 days ago   Up 2 days   1527/tcp, 0.0.0.0:9080->9080/tcp, :::9080->9080/tcp   admiring_shannon

Kindly advise.