Docker Container: filebrowser [Portainer Installation]
#description: "" #categories:
- “docker-container”
- “filebrowser”
tags:
- “docker”
- “container-deploy-with-portainer” menu: main # Optional, add page to a menu. Options: main, side, footer
Theme-Defined params
thumbnail: “img/placeholder.png” # Thumbnail image lead: “Example lead - highlighted near the title” # Lead text comments: true # Enable Disqus comments for specific page authorbox: false # Enable authorbox for specific page pager: true # Enable pager navigation (prev/next) for specific page toc: true # Enable Table of Contents for specific page mathjax: false # Enable MathJax for specific page sidebar: “right” # Enable sidebar (on the right side) per page widgets: # Enable sidebar widgets in given order per page
- “search”
- “recent”
- “taglist”
About filebrowser
filebrowser
provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. Soruce of text: https://github.com/filebrowser/filebrowser#readme.
Video Tutorial
Text Tutorial
- First go to your
Portainer
and thecontainers
section. - Then click to
Add container
button. - Now fill data.
- Name your
container
whatever you want, in my opinion it’s better to give it a name likedocker image
. - In
image
type:filebrowser/filebrowser
. - Add a netwrok port, but in container must be port
80
. In host you can select port whatever you want. I recommend a port that is not so well known. - Now go to volumes and click to
map additional volume
. Container (volume) must have:/srv
. And in host (volume) whatever you want. And don’t forget to setvolume
tobind
. Then I later recommend creating users not to have access to the entire file system if you give the entire file system (/). - Set restart policy to
Unless stopped
.
- Name your
- And Finally, deploy
filebrowser
container viaPortainer
!