From 90c3de6e2fe776656cfd39ffd9895e873722d160 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Fri, 1 Sep 2017 15:52:20 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5e42258..bb808d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # IFM - improved file manager ## about The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP. - The IFM uses the following resources: * [ACE Editor](https://ace.c9.io) @@ -67,13 +66,11 @@ See [authentication](https://github.com/misterunknown/ifm/wiki/Authentication). The docker image is based on alpine 3.5 for a small image footprint, with necessary apache, php and supporting packages installed and exposes port 80 ### build image - Run the following command from the top source dir: `docker build -t ifm .` ### run image - The script is installed inside the image at `/var/www/html/index.php`. Its default configuration is unchanged, thus it will display the contents of the document root (`/var/www/html`) Here is an example of how to start up a container with this image: