Skip to content

nobreak/docker-debian-lighttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-debian-lighttpd

Usage

Build

$ docker build -t debian-lighttpd .

Run

$ docker run -d --name=debian-lighttpd -p 80:80 -v $PWD/html/:/var/www/ debian-lighttpd

open terminal

$ docker exec -i -t debian-lighttpd bash

copy

$ docker cp [options] CONTAINER:PATH LOCALPATH|-
$ docker cp [options] LOCALPATH|- CONTAINER:PATH

get IP

$ docker-machine IP default

test PHP

Call in your brwoser:

YourHostIP/phpinfo.php

About

test docker debian lighttpd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published