You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling AppArmor (but also creating and activating AppArmor profile as in docs)
Using privileged: true
Here are my error logs (level=debug)
==================================================================
SETTING UP ...
==================================================================
----> log level set to DEBUG
----> will use 4 rpc.nfsd server thread(s) (1 thread per CPU)
----> building /etc/exports from environment variables
----> collected 1 valid export(s) from NFS_EXPORT_* environment variables
----> kernel module nfs is loaded
----> kernel module nfsd is loaded
----> setup complete
==================================================================
STARTING SERVICES ...
==================================================================
----> mounting rpc_pipefs filesystem onto /var/lib/nfs/rpc_pipefs
mount: mount('rpc_pipefs','/var/lib/nfs/rpc_pipefs','rpc_pipefs',0x00008000,'(null)'):-1: Permission denied
mount: mount('rpc_pipefs','/var/lib/nfs/rpc_pipefs','rpc_pipefs',0x00008001,'(null)'):-1: Permission denied
mount: mounting rpc_pipefs on /var/lib/nfs/rpc_pipefs failed: Permission denied
---->
----> ERROR: unable to mount rpc_pipefs filesystem onto /var/lib/nfs/rpc_pipefs
---->
==================================================================
TERMINATING ...
==================================================================
----> terminating nfsd
----> WARNING: unable to terminate nfsd. if it had started already, check Docker host for lingering [nfsd] processes
----> rpc.statd was not running
----> rpc.mountd was not running
----> un-exporting filesystem(s)
----> rpcbind was not running
----> no active mount at /proc/fs/nfsd
----> no active mount at /var/lib/nfs/rpc_pipefs
==================================================================
TERMINATED
==================================================================
The text was updated successfully, but these errors were encountered:
Hi guys,
Have been trying to deploy this container in a Docker Swarm on a Debian machine.
Impossible for me to get throught this error :
docker-compose.yml
I tried :
network_mode=host
privileged: true
Here are my error logs (level=debug)
The text was updated successfully, but these errors were encountered: