lurkingryuu/mftp

By lurkingryuu

Updated over 1 year ago

This is the opensource mftp app made by metakgp to help students of IIT Kharagpur during CDC.

Image
0

15

MFTP

Checkout my fork of MFTP for the Documentation of the app and most importantly, How to set environment variables for it.

Pull and Run Docker Image
  1. Pull the docker image. (Optional: Do this after populating .env file)

docker pull lurkingryuu/mftp

  1. Run the docker image.

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 Command

docker pull lurkingryuu/mftp