lurkingryuu/mftp
This is the opensource mftp app made by metakgp to help students of IIT Kharagpur during CDC.
15
Checkout my fork of MFTP for the Documentation of the app and most importantly, How to set environment variables for it.
docker pull lurkingryuu/mftp
docker run -d --secret-file my_secret_file/path mftp
(Optional: docker run -d mftp
)
You can also check in the interactive mode by specifying: docker run -it mftp
docker pull lurkingryuu/mftp