Sign inSign up

xtrendence/filedrop

By xtrendence

•Updated over 4 years ago

An encrypted file sharing application that uses sockets to allow users to send and receive files.

Image
1

10K+

xtrendence/filedrop repository overview

GitHub Repository: https://github.com/Xtrendence/FileDrop⁠

Instructions

  1. Pull the image using the docker pull xtrendence/filedrop:latest command.
  2. Start the image using the docker run -p 3180:3180 xtrendence/filedrop command.
  3. Devices on the same network can now go to the IP address of the host device to send files to each other.

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.

Tag summary

Content type

Image

Digest

Size

347.9 MB

Last updated

over 4 years ago

docker pull xtrendence/filedrop