Skip to content

11notes/alpine-docker-netshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-docker-netshare

Install script to add docker-volume-netshare nfs plugin version 3 to default boot of alpine linux. Can also be used to add other plugins to boot (EFS, CIFS, NFSv4).

result after reboot

ps -a | grep docker-volume-netshare
PID root       0:00 /usr/bin/docker-volume-netshare nfs -v 3

build with

tips

  • Alpine Linux: rc-update del docker-volume-nfs //remove script from default
  • Alpine Linux: add startup script to mount volumes in /etc/local.d

About

installation script for using docker-volume-netshare on alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages