GithubHelp home page GithubHelp logo

alpine-apache2-fancy's Introduction

alpine-apache2-fancy

Code for a simple container with Apache httpd fancy index configured

Table of Contents

Disclaimer drawing

The container could remove the data in the volume, please mount the volume in read only adding :ro at the end of the volume statement.

Getting Started drawing

If you want to use this container you must build the Dockerfile with the content of this repository or use the pushed image to DockerHub

Container info drawing

CONTAINER ENGINE OS WEBSERVER
drawing drawing drawing

Prerequisites drawing

You need the next tools to use this container:

* GIT Client
* Docker service
* Docker build tools

You must mount a volume to show over the fancy index, PATH_TO_MOUNT in the instructions

You must pass a port to remote access to the container, EXTERNAL_PORT in the instructions

INSTRUCTIONS drawing

Instructions to build container image drawing

git clone https://github.com/rdcarrera/alpine-apache2-fancy.git
cd alpine-apache2-fancy
docker build -t example/tag:0.1 .
docker run -d --name alpine-apache2-fancy -v PATH_TO_MOUNT:/fancy/mount:ro -p EXTERNAL_PORT:8080 example/tag:0.1

Instruction to run container from docker DockerHub drawing

docker run -d --name alpine-apache2-fancy -v PATH_TO_MOUNT:/fancy/mount:ro -p EXTERNAL_PORT:8080 rdcarrera/alpine-apache2-fancy

Custom logo drawing

If you want to use a custom logo you've' to mount the next volume:

-v /path/to/your/logo.png:/fancy/html/logo/logo.png

SCREENSHOOTS drawing

screenshot

VERSION History drawing

VERSION History

Author drawing

Mentions drawing

Arrow logo taken from: https://www.flaticon.com/free-icon/up-arrow_23714

alpine-apache2-fancy's People

Contributors

rdcarrera avatar

Stargazers

David Carrera avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.