File-n is a Docker image designed for sharing files and images using a local file manager
10K+
File-n is a Docker image designed for sharing files and images using a local file manager. It is based on XAMPP and Veno File Manager PHP script, providing a fully customizable and ready-to-use solution for managing and sharing files and images. With File-n, you can easily set up and deploy your own file sharing platform using Docker.
Before getting started, ensure that you have Docker installed on your system.
To begin, pull the File-n Docker image from the Docker Hub repository using the following command:
docker pull nityamvsd/file-n:latestCreate and run a Docker container using the pulled image:
docker run --name file-n-container -p 2251:80 -d nityamvsd/file-n:latestThis command maps port 2251 of the host machine to port 80 inside the container.
Access File-n in your browser by navigating to http://localhost:2251. You will be presented with the local file manager interface to manage and share files and images.
After opening File-n for the first time, please reload the page to initialize and use it for further actions.
Use the following default login credentials to access File-n:
Username: admin
Password: password
The File-n Docker image provides a customizable file manager based on the Veno File Manager PHP script. You can modify the configuration settings within the script or add additional customization based on your requirements.
Content type
Image
Digest
sha256:02cdd6221…
Size
538.9 MB
Last updated
over 3 years ago
docker pull nityamvsd/file-n