1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-11 10:34:00 +02:00

Merge pull request #75 from misterunknown/dev-3.0.0

Dev 3.0.0
This commit is contained in:
Marco Dickert
2017-09-01 16:03:52 +02:00
committed by GitHub
15 changed files with 2023 additions and 2142 deletions

View File

@@ -66,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: