Skip to content

octohost/apache2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache2 container for Docker

Decent way to build an Apache 2 server.

Once you've built this Dockerfile as docker build -t octohost/apache2 . - your next Dockerfile should look like this:

FROM octohost/apache2

ADD . /var/www

EXPOSE 80

CMD ["/bin/bash", "/start.sh"]

Simple way to push HTML code up.

About

Base Apache 2 container.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages