pwFoo
pwFoo
Would be an important topic to enable file transfer from outside to an internal container.
Any progress with scp / file transfer?
Anyone tested https://github.com/tg123/sshpiper for scp / file transfer? I've done a quick test some time ago and it could be work...
Multi container access sounds great a type of ssh proxy... But maybe could be a security problem and overhead to this project...
Would it possible to select the container by use env vars / labels? I use a revproxy with docker-gen which add all containers with a environment variable "VIRTUAL_HOST" and optional...
OK, thanks for checking it @trajano. So there ist just one plugin I have found which works that way I need, but convoy is no more maintained / supported.
Maybe it mounts the share to local directory and create volumes as sind directory inside of the local mountpoint?
Local mountpoint (for example /var/lib/docker-nfs-volumes) could be a plugin option? So all nfs volumes just local mappings like docker named volumes (/var/lib/docker/volumes). I think that is the way how convoy...
Found a function to convert object / array to FormData. ``` var toFormData = function(obj, form, namespace) { var fd = form || new FormData(); var formKey; for(var property in...
I'm searching for a way to get multi host swam network ip address of a container with docker-gen. Is there a solution?