FTP in a container on Rancher

I have an ftp server that our company uses which is connected to S3. There are no files stored on the server at all. I want to Docker-ize this FTP server. (CrushFTP)

I have it running in a container on Rancher and I can access the web interface. Yay.

However, I cannot connect to it for FTP because my server requires dynamic ports 28000-30000 to be open for Passive FTP.

Is there a way to get this to work?

1 Like