FtpServer provider support that uses fauria/vsftpd docker image.
In order to make this possible I've implemented the RuntimeVariables with resolver. The requirement was, that the passive port number has to be passed to the container with environment variable. So he has to be known before the container was created (docker port auto assignment would not work here). That's why the runtime variables were introduced.
FtpServer provider support that uses fauria/vsftpd docker image.
In order to make this possible I've implemented the RuntimeVariables with resolver. The requirement was, that the passive port number has to be passed to the container with environment variable. So he has to be known before the container was created (docker port auto assignment would not work here). That's why the runtime variables were introduced.