Sign inSign up

clefos/httpd

By clefos

Updated about 9 years ago

Apache Webserver

Image
0

357

clefos/httpd repository overview

httpd

Apache httpd server

Building

Copy the sources down and do the build -

# docker build --rm -t <username>/httpd .
Using

To run (if port 80 is open on your host):

# docker run -d -p 80:80 <username>/httpd

or to assign a random port that maps to port 80 on the container:

# docker run -d -p 80 <username>/httpd

To the port that the container is listening on:

# docker ps
Testing
# curl http://localhost

Tag summary

Content type

Image

Digest

Size

83.8 MB

Last updated

about 9 years ago

docker pull clefos/httpd