This project provides a lightweight and secure Docker container for Sharry.
This Docker container is entirely unofficial and not made by the creators of Sharry.
Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is: upload files and get a url back that can then be shared.
NOTE: The Docker command provided in this quick start is an example, and parameters should be adjusted to suit your needs.
Launch the Sharry docker container with the following command:
docker run -d \
--name=sharry \
-p 9090:9090 \
-v /docker/appdata/sharry:/config:rw \
jlesage/sharry
Where:
/docker/appdata/sharry: Stores the application's configuration, state, logs, and any files requiring persistency.Access the Sharry GUI by browsing to http://your-host-ip:9090.
Full documentation is available at https://github.com/jlesage/docker-sharry.
Having troubles with the container or have questions? Please create a new issue.
For other Dockerized applications, visit https://jlesage.github.io/docker-apps.
Content type
Image
Digest
sha256:d54117092…
Size
146.6 MB
Last updated
30 days ago
docker pull jlesage/sharryPulls:
156
Last week