What work ?
Docker | ||
---|---|---|
run | OK | |
build | OK | |
volume | KO | S1: Create nfs VPS <-> container |
network | OK~ | Must bind external VPS ip to localhost |
but expose everything user run on ethernet | ||
or create a VPN for each container <-> VPS |
Attempts
Try to create nfs between VPS <-> container
With SSHFS
Resources
- https://github.com/libfuse/sshfs
- https://www.server-world.info/en/note?os=CentOS_8&p=ssh&f=8
sshfs centos@149.202.162.248:/home/centos/toast toast
--> Does not work because we need to run container with privileged.