Make sure you have already installed docker, Install reference
Notice: Your need an absolute path, and it will be served by tinyfilemanager.
If you want to serve this project at raspberry pi or another special platform, you can download project and build image by yourself.
You can execute this following commands:
Access http://127.0.0.1/ and enter default username and password, then enjoy it.
DockerHub: https://hub.docker.com/r/tinyfilemanager/tinyfilemanager
How to change config within docker
Origin:
Modified:
Then, change another config what you want, and add a new volume -v /absolute/path/index.php:/var/www/html/index.php in docker run command, like this:
Stop running
If you want to stop a running docker service, or you want to restart a service, you should stop it first, or you got docker: Error response from daemon: Conflict. The container name "/tinyfilemanager" is already in use by container ... problem. You can execute this command: