An encrypted file sharing application that uses sockets to allow users to send and receive files.
10K+
GitHub Repository: https://github.com/Xtrendence/FileDrop
Instructions
docker pull xtrendence/filedrop:latest command.docker run -p 3180:3180 xtrendence/filedrop command.If docker run -p 3180:3180 xtrendence/filedrop doesn't work, please use the docker image ls command to get the list of images, find the ID of the latest one, and run it using docker run -p 3180:3180 ImageID which will create a container using the image ID directly rather than a tag.
Content type
Image
Digest
Size
347.9 MB
Last updated
over 4 years ago
docker pull xtrendence/filedrop