Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulo-correia/docker_apache_server_status

Apache Server Status on Docker
https://github.com/paulo-correia/docker_apache_server_status

alpine apache docker dockerfile server-status

Last synced: 16 days ago
JSON representation

Apache Server Status on Docker

Awesome Lists containing this project

README

        

# Apache Server Status on Docker (Alpine Linux Image)

## Save Dockerfile on a folder Ex: Apache
**Caution: Only one dockerfile per folder**

### Generate image

docker build -t `` .

`` = Ex: apache or your_docker_hub_name/apache:1.0

### Running Container

docker run -d -p ``:80 ``

`` = Ex 8080

### If don't generate image, get from docker hub

docker run -d -p ``:80 paulocorreia/alpine_apache_server_status:1.0

### Open Browser
`http://localhost:`

If `` is 80 you can omit

If you see "It works on Docker Server Status!" and open `http://localhost:/server-status` is OK