Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 804 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 804 Bytes

docker-realtime-apache2

A simple docker container that runs apache for realtime

To build the image with the name 'aifdr/docker-realtime-apache' do:

./build.sh

To run a container do (will make a container with name 'docker-realtime-apache' and will mount volume for realtime needs):

./run.sh

After running the container, you can test this container by opening this URL on browser:

localhost:8080

There is no log in for this container - use docker cp and docker import to move files in and out of the container.

Note that this docker repository is a part of this docker repository https://github.com/AIFDR/docker-realtime-orchestration. We put other web resources (e.g html or stylesheet) there.


Tim Sutton ([email protected]) May 2014